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

Bump version: 1.4.7 → 1.4.8

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