diff --git a/rna/__init__.py b/rna/__init__.py
index 54c95952527af0f65aa18d9bd8b689f6153e16a7..d34a5c4c72bb42f3ca28f8c7fe9323a1b3d9089d 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.28'
+__version__ = '0.2.29'
 
 from . import plotting
 from . import log  # NOQA
diff --git a/setup.cfg b/setup.cfg
index a77ddaf81fe74dc0bdb2686c20f39eea717d9028..3ac78ab536447b8d47f79c66938e02a5f5b8794e 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
 [bumpversion]
-current_version = 0.2.28
+current_version = 0.2.29
 tag = True
 commit = True
 message = release-v{new_version}