diff --git a/rna/__init__.py b/rna/__init__.py
index af9152b601bac754be803b3c10b699f9cd27de01..cc385358755b01157d15604eec74e127d7bf311a 100644
--- a/rna/__init__.py
+++ b/rna/__init__.py
@@ -2,7 +2,7 @@
 
 __author__ = """Daniel Böckenhoff"""
 __email__ = 'dboe@ipp.mpg.de'
-__version__ = '0.2.22'
+__version__ = '0.2.23'
 
 from . import plotting
 from . import log  # NOQA
diff --git a/setup.cfg b/setup.cfg
index 8effbc9a971ccd9452eb9b000c1051bf65277fe2..9a6bd70824c2ab846dfcd9db5dd0c37fe29441cf 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
 [bumpversion]
-current_version = 0.2.22
+current_version = 0.2.23
 tag = True
 commit = True
 message = release-{new_version}