diff --git a/core_tools/__init__.py b/core_tools/__init__.py index cc6e89f0203c85f9cf76f0937f32388718db3b6c..e3225f04f12023845ad6c978273022fcfb643656 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.10" +__version__ = "1.5.11" diff --git a/setup.py b/setup.py index a1b94aff9a0ca10fdb2bbc23f66eeed87696399d..425ad5c40845ab01998b09480cf9aed960ae681f 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup, find_packages setup(name="core_tools", - version="1.5.10", + version="1.5.11", packages = find_packages(), python_requires=">=3.10", install_requires=[ diff --git a/tbump.toml b/tbump.toml index 4d00b70dad4f2831b4847d3100af147242b83ee1..1f103ea91d05c7ba96c2692fa82a6adb54ceeefc 100644 --- a/tbump.toml +++ b/tbump.toml @@ -2,7 +2,7 @@ # github_url = "https://github.com/<user or organization>/<project>/" [version] -current = "1.5.10" +current = "1.5.11" # Example of a semver regexp. # Make sure this matches current_version before