diff --git a/pulse_lib/__init__.py b/pulse_lib/__init__.py
index 40d41ad09a531dbbc0d2d74c56a1cff5b1280e3b..eb4027dc42fe2e9f922b265900bebddb07abdc4c 100644
--- a/pulse_lib/__init__.py
+++ b/pulse_lib/__init__.py
@@ -1,2 +1,2 @@
 
-__version__ = "1.6.32"
+__version__ = "1.6.33"
diff --git a/setup.py b/setup.py
index 3a5af08c6d453113ccc874357ead678b0dbfcd8e..b446a6bef502b4688577a0811f990d9913944c4f 100644
--- a/setup.py
+++ b/setup.py
@@ -6,7 +6,7 @@ print('packages: %s' % packages)
 
 
 setup(name="pulse_lib",
-	version="1.6.32",
+	version="1.6.33",
 	packages = find_packages(),
     python_requires=">=3.7",
     install_requires=[
diff --git a/tbump.toml b/tbump.toml
index ffbd3b87adfb0d2cfb9623fb6c0f7c11175c1db3..65c5b6922c3dc09e59bfdb281d575525d13312ec 100644
--- a/tbump.toml
+++ b/tbump.toml
@@ -2,7 +2,7 @@
 # github_url = "https://github.com/<user or organization>/<project>/"
 
 [version]
-current = "1.6.32"
+current = "1.6.33"
 
 # Example of a semver regexp.
 # Make sure this matches current_version before