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 77dc1d3 commit da2d0fdCopy full SHA for da2d0fd
setup.py
@@ -9,7 +9,7 @@ def read(*args: str) -> str:
9
10
setuptools.setup(
11
name="labels",
12
- version="0.2.0.dev0",
+ version="0.2.0.rc0",
13
author="Raphael Pierzina",
14
author_email="[email protected]",
15
maintainer="Raphael Pierzina",
src/labels/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = "0.2.0.dev0"
+__version__ = "0.2.0.rc0"
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