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