diff --git a/setup.py b/setup.py
index 4444cd36e7c36a0ef7bdee1867450eb3a169eaee..02ec65745c40c2c46d18cdb87fcea26bf5459c8d 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.11.dev0',
+    version='0.11',
     packages=find_packages(),
     include_package_data=True,
     author='Teckids e.V.',