diff --git a/core_tools/__init__.py b/core_tools/__init__.py index ef7f3fd183c5f5b18b32271a42359632ba939fea..aa5c3fd285b31c54d8784103e24092bdf983812c 100644 --- a/core_tools/__init__.py +++ b/core_tools/__init__.py @@ -10,4 +10,4 @@ from core_tools.startup.gui import ( start_virtual_matrix_gui_qml ) -__version__ = "1.4.9" +__version__ = "1.4.10" diff --git a/setup.cfg b/setup.cfg index 52e3305e4e86a4d2c0d9b19bcbce62cf0b406121..7ac639d82f0c0ef3d6d5e5c06465ee4bd72063e3 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.4.9 +current_version = 1.4.10 commit = True tag = True diff --git a/setup.py b/setup.py index ce76cbdff53b943df923ecffcb021fc63285e909..699c4e32bee0fede335bfbadc56502546d52fa23 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ 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=[