From 0bd11f975346dd82fe71cfb117ea349f43c816be Mon Sep 17 00:00:00 2001 From: Dominik George <dominik.george@teckids.org> Date: Sat, 23 Sep 2017 09:20:02 +0200 Subject: [PATCH] Raise version. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f838158..3bf2ece 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ os.chdir(os.path.normpath(os.path.join(os.path.abspath(__file__), os.pardir))) setup( name='ticdesk', - version='0.6', + version='0.6.1', packages=find_packages(), include_package_data=True, author='Teckids e.V.', -- GitLab