diff --git a/pulse_lib/__init__.py b/pulse_lib/__init__.py
index 088cc6b83651c50bbf9c35c081e9fb2a3c55f748..d16e91fcf7ee92da6c0944d3d467b46f14fc6320 100644
--- a/pulse_lib/__init__.py
+++ b/pulse_lib/__init__.py
@@ -1,2 +1,2 @@
 
-__version__ = "1.7.14"
+__version__ = "1.7.15"
diff --git a/setup.py b/setup.py
index acc370fc63fb5d8cf20e9c9954b3ea158a676367..4fd8c85b6fbe196d55c827c475e3bd2b91ed9c38 100644
--- a/setup.py
+++ b/setup.py
@@ -6,7 +6,7 @@ print('packages: %s' % packages)
 
 
 setup(name="pulse_lib",
-	version="1.7.14",
+	version="1.7.15",
 	packages = find_packages(),
     python_requires=">=3.7",
     install_requires=[
diff --git a/tbump.toml b/tbump.toml
index 890ac6369007481b1668f1646cc53b264dd52b7c..12e7c733da54b89751d75bbefcf487a723a63e5a 100644
--- a/tbump.toml
+++ b/tbump.toml
@@ -2,7 +2,7 @@
 # github_url = "https://github.com/<user or organization>/<project>/"
 
 [version]
-current = "1.7.14"
+current = "1.7.15"
 
 # Example of a semver regexp.
 # Make sure this matches current_version before