Skip to content

Commit c8bc819

Browse files
committed
v1.2.0
1 parent 238292e commit c8bc819

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pytrackunit/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""init module"""
22

3-
__version__ = "1.1.0"
3+
__version__ = "1.2.0"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="pytrackunit",
8-
version="1.1.0",
8+
version="1.2.0",
99
author="Marius Schlueter",
1010
author_email="themrslue@googlemail.com",
1111
description="Easy access for TrackUnit REST API",

0 commit comments

Comments
 (0)