Skip to content
Snippets Groups Projects
Commit 3e990bb0 authored by Sander Snoo's avatar Sander Snoo
Browse files

Bump to 1.5.6

parent 648e364a
No related branches found
No related tags found
No related merge requests found
Pipeline #266035 failed
...@@ -12,4 +12,4 @@ from core_tools.startup.gui import ( ...@@ -12,4 +12,4 @@ from core_tools.startup.gui import (
start_script_runner, start_script_runner,
) )
__version__ = "1.5.5" __version__ = "1.5.6"
from setuptools import setup, find_packages from setuptools import setup, find_packages
setup(name="core_tools", setup(name="core_tools",
version="1.5.5", version="1.5.6",
packages = find_packages(), packages = find_packages(),
python_requires=">=3.10", python_requires=">=3.10",
install_requires=[ install_requires=[
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# github_url = "https://github.com/<user or organization>/<project>/" # github_url = "https://github.com/<user or organization>/<project>/"
[version] [version]
current = "1.5.5" current = "1.5.6"
# Example of a semver regexp. # Example of a semver regexp.
# Make sure this matches current_version before # Make sure this matches current_version before
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment