diff --git a/core_tools/__init__.py b/core_tools/__init__.py
index 5ad0918938d38f27c3b3f3e4bda159e21988e585..6cd3cbef5f42c3929490b7a812ac4072417131a2 100644
--- a/core_tools/__init__.py
+++ b/core_tools/__init__.py
@@ -12,4 +12,4 @@ from core_tools.startup.gui import (
         start_script_runner,
         )
 
-__version__ = "1.5.7"
+__version__ = "1.5.8"
diff --git a/setup.py b/setup.py
index 0ed3698075fa8d74be0f772eb1d17259856a7313..e2ddd8b4aa8bf9ce9c07601729d1767dd15f8211 100644
--- a/setup.py
+++ b/setup.py
@@ -1,7 +1,7 @@
 from setuptools import setup, find_packages
 
 setup(name="core_tools",
-    version="1.5.7",
+    version="1.5.8",
     packages = find_packages(),
     python_requires=">=3.10",
     install_requires=[
diff --git a/tbump.toml b/tbump.toml
index f6e29b87d051e75808a8a8e1647e3243b7feb9b7..6ff49d9ee9579dce159e59434250135bf6d6112b 100644
--- a/tbump.toml
+++ b/tbump.toml
@@ -2,7 +2,7 @@
 # github_url = "https://github.com/<user or organization>/<project>/"
 
 [version]
-current = "1.5.7"
+current = "1.5.8"
 
 # Example of a semver regexp.
 # Make sure this matches current_version before