Skip to content

Commit 6d126c1

Browse files
committed
Bump to version 20.2.0.dev0
1 parent f193233 commit 6d126c1

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="20.1.0",
12+
version="20.2.0.dev0",
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__ = "20.1.0"
1+
__version__ = "20.2.0.dev0"
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)