diff --git a/core_tools/__init__.py b/core_tools/__init__.py
index 11593234d6b925b22c01598a59983d086f8d2472..5ad0918938d38f27c3b3f3e4bda159e21988e585 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.6"
+__version__ = "1.5.7"
diff --git a/setup.py b/setup.py
index b30f3138f24a400d9b866631578da3024fdf4c61..0ed3698075fa8d74be0f772eb1d17259856a7313 100644
--- a/setup.py
+++ b/setup.py
@@ -1,7 +1,7 @@
 from setuptools import setup, find_packages
 
 setup(name="core_tools",
-    version="1.5.6",
+    version="1.5.7",
     packages = find_packages(),
     python_requires=">=3.10",
     install_requires=[
diff --git a/tbump.toml b/tbump.toml
index 6f8208c7e44b8ee2684b4bf8f88d7f54eaf67207..f6e29b87d051e75808a8a8e1647e3243b7feb9b7 100644
--- a/tbump.toml
+++ b/tbump.toml
@@ -2,7 +2,7 @@
 # github_url = "https://github.com/<user or organization>/<project>/"
 
 [version]
-current = "1.5.6"
+current = "1.5.7"
 
 # Example of a semver regexp.
 # Make sure this matches current_version before