diff --git a/core_tools/__init__.py b/core_tools/__init__.py index c36a06e26bdd372f0431989060c19e7346204a6d..cc6e89f0203c85f9cf76f0937f32388718db3b6c 100644 --- a/core_tools/__init__.py +++ b/core_tools/__init__.py @@ -10,4 +10,4 @@ from core_tools.startup.gui import ( start_script_runner, ) -__version__ = "1.5.9" +__version__ = "1.5.10" diff --git a/setup.py b/setup.py index b5593eab38199ec559d5265b6f112448de7c9d1e..a1b94aff9a0ca10fdb2bbc23f66eeed87696399d 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup, find_packages setup(name="core_tools", - version="1.5.9", + version="1.5.10", packages = find_packages(), python_requires=">=3.10", install_requires=[ diff --git a/tbump.toml b/tbump.toml index 76ee6a433211d1840a61344ad256634e0eca18fb..4d00b70dad4f2831b4847d3100af147242b83ee1 100644 --- a/tbump.toml +++ b/tbump.toml @@ -2,7 +2,7 @@ # github_url = "https://github.com/<user or organization>/<project>/" [version] -current = "1.5.9" +current = "1.5.10" # Example of a semver regexp. # Make sure this matches current_version before