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

Bump version: 1.4.2 → 1.4.3

parent ab164f0d
No related branches found
Tags v1.4.3
No related merge requests found
......@@ -10,4 +10,4 @@ from core_tools.startup.gui import (
start_virtual_matrix_gui_qml
)
__version__ = "1.4.2"
__version__ = "1.4.3"
[bumpversion]
current_version = 1.4.2
current_version = 1.4.3
commit = True
tag = True
......
from setuptools import setup, find_packages
setup(name="core_tools",
version="1.4.2",
version="1.4.3",
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