diff --git a/CITATION.cff b/CITATION.cff
index da6a4e7730ebef82c121b02e43c9ccd84f4feb89..5e863ebcc2c0a97a5b63772010cc4d2ba80c5d48 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 - Advanced User Tools
-version: 0.6.0
+version: 0.6.1
 doi: 10.3390/data4020083
-date-released: 2022-10-11
\ No newline at end of file
+date-released: 2023-01-20
\ No newline at end of file
diff --git a/setup.py b/setup.py
index 5ce92e1994a0886f380d4b3c849c16a8f3d5c97f..379418314d0ca7d9b53ba79bedff2aa628fb1607 100755
--- a/setup.py
+++ b/setup.py
@@ -49,7 +49,7 @@ MAJOR = 0
 MINOR = 6
 MICRO = 1
 PRE = ""  # e.g. rc0, alpha.1, 0.beta-23
-ISRELEASED = False
+ISRELEASED = True
 
 if PRE:
     VERSION = "{}.{}.{}-{}".format(MAJOR, MINOR, MICRO, PRE)
diff --git a/src/doc/conf.py b/src/doc/conf.py
index f07a831f301e6a78db49c005274a22f4b03cf232..e293c6e3ae1816e1f15427872c3f94eba2d8106f 100644
--- a/src/doc/conf.py
+++ b/src/doc/conf.py
@@ -29,7 +29,7 @@ author = 'Daniel Hornung'
 # The short X.Y version
 version = '0.6.1'
 # The full version, including alpha/beta/rc tags
-release = '0.6.1-dev'
+release = '0.6.1'
 
 
 # -- General configuration ---------------------------------------------------