Skip to content

Commit e67150e

Browse files
committed
Update version to 0.2.0.dev0
1 parent 28ae6ec commit e67150e

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.1.0",
12+
version="0.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
@@ -2,4 +2,4 @@
22

33
__author__: str = "Raphael Pierzina"
44
__email__: str = "[email protected]"
5-
__version__: str = "0.1.0"
5+
__version__: str = "0.2.0.dev0"

0 commit comments

Comments
 (0)