From 001fb247c246e4da0834c8b55a158ae774adab95 Mon Sep 17 00:00:00 2001
From: Dominik George <dominik.george@teckids.org>
Date: Mon, 25 Sep 2017 00:25:22 +0200
Subject: [PATCH] Raise version.

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

diff --git a/setup.py b/setup.py
index ca16ac7..c11cd5f 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.2',
+    version='0.6.3',
     packages=find_packages(),
     include_package_data=True,
     author='Teckids e.V.',
-- 
GitLab