We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1ee783 commit abd6829Copy full SHA for abd6829
pytrackunit/__init__.py
@@ -1,3 +1,3 @@
1
"""init module"""
2
3
-__version__ = "0.0.1"
+__version__ = "0.0.2"
setup.py
@@ -5,7 +5,7 @@
5
6
setuptools.setup(
7
name="pytrackunit",
8
- version="0.0.1",
+ version="0.0.2",
9
author="Marius Schlüter",
10
author_email="themrslue@googlemail.com",
11
description="A small example package",
0 commit comments