From 830341fb896296101a9fcaa6bd2d2f19202f7189 Mon Sep 17 00:00:00 2001 From: Sander de Snoo <59472150+sldesnoo-Delft@users.noreply.github.com> Date: Mon, 21 Nov 2022 11:01:14 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.4.7=20=E2=86=92=201.4.8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core_tools/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/core_tools/__init__.py b/core_tools/__init__.py index 892a8778..1e839fd1 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.7" +__version__ = "1.4.8" diff --git a/setup.cfg b/setup.cfg index 21545bc9..4bf7da88 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.4.7 +current_version = 1.4.8 commit = True tag = True diff --git a/setup.py b/setup.py index d7ba15cf..7ac395ef 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ 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=[ -- GitLab