We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bad9ec0 commit bf806cdCopy full SHA for bf806cd
pytrackunit/__init__.py
@@ -1,3 +1,3 @@
1
"""init module"""
2
3
-__version__ = "1.0.2"
+__version__ = "1.0.3"
setup.py
@@ -5,7 +5,7 @@
5
6
setuptools.setup(
7
name="pytrackunit",
8
- version="1.0.2",
+ version="1.0.3",
9
author="Marius Schlueter",
10
author_email="themrslue@googlemail.com",
11
description="Easy access for TrackUnit REST API",
0 commit comments