From e322592dd9b6209dbd2a0b028c4e24fe60742053 Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Tue, 16 Jul 2024 22:10:27 +0200 Subject: [PATCH] bump version to 0.2.3 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 991160b..dbd9d7e 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ def cli_test_suite(): setuptools.setup( name="nothelm.py", scripts=["bin/nothelm"], - version="0.2.2", + version="0.2.3", author="NeuroForge GmbH & Co. KG", author_email="kontakt@neuroforge.de", description="nothelm.py",