From a12bfcc48880592b22b4fc171b19db08b4ef4296 Mon Sep 17 00:00:00 2001 From: sldesnoo-Delft <s.l.desnoo@tudelft.nl> Date: Mon, 16 Dec 2024 14:28:01 +0100 Subject: [PATCH] Bump to 1.5.5 --- core_tools/__init__.py | 2 +- setup.py | 2 +- tbump.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/core_tools/__init__.py b/core_tools/__init__.py index f1d7f4af..dc05433e 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.4" +__version__ = "1.5.5" diff --git a/setup.py b/setup.py index 8fe498df..a7ac3935 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup, find_packages setup(name="core_tools", - version="1.5.4", + version="1.5.5", packages = find_packages(), python_requires=">=3.10", install_requires=[ diff --git a/tbump.toml b/tbump.toml index 4471114d..f842b081 100644 --- a/tbump.toml +++ b/tbump.toml @@ -2,7 +2,7 @@ # github_url = "https://github.com/<user or organization>/<project>/" [version] -current = "1.5.4" +current = "1.5.5" # Example of a semver regexp. # Make sure this matches current_version before -- GitLab