Skip to content

Commit abd6829

Browse files
author
Marius Schlueter
committed
new version
1 parent a1ee783 commit abd6829

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__ = "0.0.1"
3+
__version__ = "0.0.2"

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="0.0.1",
8+
version="0.0.2",
99
author="Marius Schlüter",
1010
author_email="themrslue@googlemail.com",
1111
description="A small example package",

0 commit comments

Comments
 (0)