We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 238292e commit c8bc819Copy full SHA for c8bc819
pytrackunit/__init__.py
@@ -1,3 +1,3 @@
1
"""init module"""
2
3
-__version__ = "1.1.0"
+__version__ = "1.2.0"
setup.py
@@ -5,7 +5,7 @@
5
6
setuptools.setup(
7
name="pytrackunit",
8
- version="1.1.0",
+ version="1.2.0",
9
author="Marius Schlueter",
10
author_email="themrslue@googlemail.com",
11
description="Easy access for TrackUnit REST API",
0 commit comments