diff --git a/rna/__init__.py b/rna/__init__.py
index 546220e9c7a9f0af892eb6fc7e6d9c7443677e54..9c8557dcdb9a0a6664ce4ea5aead5594bb43286b 100644
--- a/rna/__init__.py
+++ b/rna/__init__.py
@@ -2,7 +2,7 @@
 
 __author__ = """Daniel Böckenhoff"""
 __email__ = "dboe@ipp.mpg.de"
-__version__ = "0.7.3"
+__version__ = "0.7.4"
 
 from . import log  # NOQA
 from . import path  # NOQA
diff --git a/setup.cfg b/setup.cfg
index 04a19331eaa5623826cb484ffbad617bb55197d4..687c5409feda415c92e442e3339e9db67f6fdbac 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
 [bumpversion]
-current_version = 0.7.3
+current_version = 0.7.4
 tag = True
 commit = True
 message = release-v{new_version}
diff --git a/setup.py b/setup.py
index ac87b5fc8ee80bf84960d9f21ef999e2cfaaa7cc..221345e4be4f565d56335eb6abe997b64fb1e28a 100644
--- a/setup.py
+++ b/setup.py
@@ -1,3 +1,3 @@
 from setuptools import setup
 
-setup(version="0.7.3")
+setup(version="0.7.4")