diff --git a/CITATION.cff b/CITATION.cff
index 0f98848710889e35c9071b9e481f2c976f9b5f1a..910e40a2193d527fc8e4eb68c4ca6b10a28d3630 100644
--- a/CITATION.cff
+++ b/CITATION.cff
@@ -20,6 +20,6 @@ authors:
     given-names: Stefan
     orcid: https://orcid.org/0000-0001-7214-8125
 title: CaosDB - Pylib
-version: 0.10.0
+version: 0.11.1
 doi: 10.3390/data4020083
 date-released: 2022-11-14
\ No newline at end of file
diff --git a/setup.py b/setup.py
index f0f45aecfbdb8c3c7fb45dbe67dd2769e40b2904..a281a7b67182c19b984846f498bdd99a3a2d6dc5 100755
--- a/setup.py
+++ b/setup.py
@@ -45,7 +45,7 @@ from setuptools import find_packages, setup
 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 ########################################################################
 
-ISRELEASED = False
+ISRELEASED = True
 MAJOR = 0
 MINOR = 11
 MICRO = 1
diff --git a/src/doc/conf.py b/src/doc/conf.py
index dd2a1ac171711f3cde30059456826434cffb7915..3168916a86d208417ce580d43ce8ae952dde930d 100644
--- a/src/doc/conf.py
+++ b/src/doc/conf.py
@@ -32,7 +32,7 @@ author = 'Daniel Hornung'
 version = '0.11.1'
 # The full version, including alpha/beta/rc tags
 # release = '0.5.2-rc2'
-release = '0.11.1-dev'
+release = '0.11.1'
 
 
 # -- General configuration ---------------------------------------------------