We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f193233 commit 6d126c1Copy full SHA for 6d126c1
setup.py
@@ -9,7 +9,7 @@ def read(*args: str) -> str:
9
10
setuptools.setup(
11
name="labels",
12
- version="20.1.0",
+ version="20.2.0.dev0",
13
author="Raphael Pierzina",
14
author_email="[email protected]",
15
maintainer="Raphael Pierzina",
src/labels/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = "20.1.0"
+__version__ = "20.2.0.dev0"
2
__title__ = "labels"
3
__description__ = "CLI app for managing GitHub labels for Python 3.6 and newer. 📝"
4
__url__ = "https://github.com/hackebrot/labels"
0 commit comments