From 682c0e64c55d9ad6bd070b941c78f5e352366cbc Mon Sep 17 00:00:00 2001
From: sldesnoo-Delft <s.l.desnoo@tudelft.nl>
Date: Mon, 20 Jan 2025 18:02:26 +0100
Subject: [PATCH] Bump to 1.5.7

---
 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 11593234..5ad09189 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 b30f3138..0ed36980 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 6f8208c7..f6e29b87 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
-- 
GitLab