Skip to content
Snippets Groups Projects
Commit 33e33a6c authored by Sander de Snoo's avatar Sander de Snoo
Browse files

Bump version: 1.4.9 → 1.4.10

parent 891587cb
No related branches found
Tags v1.4.10
No related merge requests found
......@@ -10,4 +10,4 @@ from core_tools.startup.gui import (
start_virtual_matrix_gui_qml
)
__version__ = "1.4.9"
__version__ = "1.4.10"
[bumpversion]
current_version = 1.4.9
current_version = 1.4.10
commit = True
tag = True
......
from setuptools import setup, find_packages
setup(name="core_tools",
version="1.4.9",
version="1.4.10",
packages = find_packages(),
python_requires=">=3.7",
install_requires=[
......
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