diff --git a/pulse_lib/__init__.py b/pulse_lib/__init__.py
index dff817b60a7d891b287546c719a39bcde854ee62..f7b21a145df62d705c7be81684883bc8896ab25f 100644
--- a/pulse_lib/__init__.py
+++ b/pulse_lib/__init__.py
@@ -1,2 +1,2 @@
 
-__version__ = "1.6.27"
+__version__ = "1.6.28"
diff --git a/setup.py b/setup.py
index 2d9b91a3e2d92062d3cb8168567acab61abdfa89..5dae777b604f035042a8f2b2c1df8a8b4945ccfb 100644
--- a/setup.py
+++ b/setup.py
@@ -6,7 +6,7 @@ print('packages: %s' % packages)
 
 
 setup(name="pulse_lib",
-	version="1.6.27",
+	version="1.6.28",
 	packages = find_packages(),
     python_requires=">=3.7",
     install_requires=[
diff --git a/tbump.toml b/tbump.toml
index 27833f1cc04d4e576221c353725a9e1afd94d4d4..933df5fd9665887aaf4e795368e6ef3fdebfe37e 100644
--- a/tbump.toml
+++ b/tbump.toml
@@ -2,7 +2,7 @@
 # github_url = "https://github.com/<user or organization>/<project>/"
 
 [version]
-current = "1.6.27"
+current = "1.6.28"
 
 # Example of a semver regexp.
 # Make sure this matches current_version before