From ea0952408f32f2d1bb53334e5627b6ac296ed8cb Mon Sep 17 00:00:00 2001
From: Dominik George <dominik.george@teckids.org>
Date: Wed, 13 Dec 2017 12:28:30 +0100
Subject: [PATCH] Raise version.

---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index 809673a..3994fe8 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.9',
+    version='0.9.1',
     packages=find_packages(),
     include_package_data=True,
     author='Teckids e.V.',
-- 
GitLab