diff --git a/pulse_lib/__init__.py b/pulse_lib/__init__.py
index 84d8c48352af318e0ab0f0dcf480ef4e0d566838..e8d3f92fb5025d5238751de02ddb0beb8996b1a8 100644
--- a/pulse_lib/__init__.py
+++ b/pulse_lib/__init__.py
@@ -1,2 +1,2 @@
 
-__version__ = "1.6.10"
+__version__ = "1.6.11"
diff --git a/setup.py b/setup.py
index 1cec5874c23b84d772ad17bab1daa9b7d5db4572..070a8649c941b0c1ae9bb80993d55d6a29e02d26 100644
--- a/setup.py
+++ b/setup.py
@@ -6,7 +6,7 @@ print('packages: %s' % packages)
 
 
 setup(name="pulse_lib",
-	version="1.6.10",
+	version="1.6.11",
 	packages = find_packages(),
     python_requires=">=3.7",
     install_requires=[
diff --git a/tbump.toml b/tbump.toml
index 7da9dd1cfd5a715706bf3b512138f3e780045082..89521f4a17221a9beb8f503293325ce72f705744 100644
--- a/tbump.toml
+++ b/tbump.toml
@@ -2,7 +2,7 @@
 # github_url = "https://github.com/<user or organization>/<project>/"
 
 [version]
-current = "1.6.10"
+current = "1.6.11"
 
 # Example of a semver regexp.
 # Make sure this matches current_version before