diff --git a/pulse_lib/__init__.py b/pulse_lib/__init__.py
index 857e01ef2c1249be51d064a42d2b3566f7c0cba5..812bb324efe3b937e2f39963502650a47274f721 100644
--- a/pulse_lib/__init__.py
+++ b/pulse_lib/__init__.py
@@ -1,2 +1,2 @@
 
-__version__ = "1.5.1"
+__version__ = "1.5.2"
diff --git a/setup.cfg b/setup.cfg
index 1b2dc6d7a29af79ff60412a7687e33c7d76335f2..19a7c8b68aedf125516c837a075d86cb82542a82 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,5 +1,5 @@
 [bumpversion]
-current_version = 1.5.1
+current_version = 1.5.2
 commit = True
 tag = True
 
diff --git a/setup.py b/setup.py
index 251b71e3ed08a2358aaf75b9875b71d36fadd1c8..ac2a4f4e9b57923e196dcf5c503d227b0880895c 100644
--- a/setup.py
+++ b/setup.py
@@ -6,7 +6,7 @@ print('packages: %s' % packages)
 
 
 setup(name="pulse_lib",
-	version="1.5.1",
+	version="1.5.2",
 	packages = find_packages(),
     python_requires=">=3.7",
     install_requires=['si_prefix', 'qcodes>=0.27.0'],