Skip to content

Commit 0c74311

Browse files
committed
Bump version to 0.2.0
1 parent e25be27 commit 0c74311

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ def read(*args: str) -> str:
99

1010
setuptools.setup(
1111
name="labels",
12-
version="0.2.0.rc0",
12+
version="0.2.0",
1313
author="Raphael Pierzina",
1414
author_email="[email protected]",
1515
maintainer="Raphael Pierzina",

src/labels/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.2.0.rc0"
1+
__version__ = "0.2.0"
22
__title__ = "labels"
33
__description__ = "CLI app for managing GitHub labels for Python 3.6 and newer. 📝"
44
__url__ = "https://github.com/hackebrot/labels"

0 commit comments

Comments
 (0)