Skip to content

Commit

Permalink
Bump version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hackebrot committed Nov 15, 2019
1 parent e25be27 commit 0c74311
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def read(*args: str) -> str:

setuptools.setup(
name="labels",
version="0.2.0.rc0",
version="0.2.0",
author="Raphael Pierzina",
author_email="[email protected]",
maintainer="Raphael Pierzina",
Expand Down
2 changes: 1 addition & 1 deletion src/labels/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.2.0.rc0"
__version__ = "0.2.0"
__title__ = "labels"
__description__ = "CLI app for managing GitHub labels for Python 3.6 and newer. 📝"
__url__ = "https://github.com/hackebrot/labels"
Expand Down

0 comments on commit 0c74311

Please sign in to comment.