From bc47872cc690a984b8baeecd0fc7b2c2ae41622d Mon Sep 17 00:00:00 2001 From: Dominik George <dominik.george@teckids.org> Date: Thu, 30 Nov 2017 15:48:01 +0100 Subject: [PATCH] Raise version. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0e7a040..d11add4 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.8dev0', + version='0.8', packages=find_packages(), include_package_data=True, author='Teckids e.V.', -- GitLab