diff --git a/pulse_lib/__init__.py b/pulse_lib/__init__.py
index c2b44912aae5e99ceafb93255f5fab4720b7d3d9..871862440a529a7bcda34fc19d60c33f8fb8763c 100644
--- a/pulse_lib/__init__.py
+++ b/pulse_lib/__init__.py
@@ -1,2 +1,2 @@
 
-__version__ = "1.6.12"
+__version__ = "1.6.13"
diff --git a/setup.py b/setup.py
index 51b1e595a298a0c5a8858a73d322530aa6e98f8a..388d12eae0aaaab2104a02ebfb6104a6c03aa03b 100644
--- a/setup.py
+++ b/setup.py
@@ -6,7 +6,7 @@ print('packages: %s' % packages)
 
 
 setup(name="pulse_lib",
-	version="1.6.12",
+	version="1.6.13",
 	packages = find_packages(),
     python_requires=">=3.7",
     install_requires=[
diff --git a/tbump.toml b/tbump.toml
index 0fca37a57a7f0e3b0fd5346bfe496096b8a9f420..fdc076df55c009944e1b128e1985d1e28ba31039 100644
--- a/tbump.toml
+++ b/tbump.toml
@@ -2,7 +2,7 @@
 # github_url = "https://github.com/<user or organization>/<project>/"
 
 [version]
-current = "1.6.12"
+current = "1.6.13"
 
 # Example of a semver regexp.
 # Make sure this matches current_version before