From 2365cb0f9f05568b9846104e81ecba01ac8b7801 Mon Sep 17 00:00:00 2001 From: nicoboss Date: Thu, 8 Dec 2022 22:19:52 +0100 Subject: [PATCH] Updated version number to 4.2 as preparation for the next release --- nsz/__init__.py | 2 +- nsz/gui/NSZ_GUI.py | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/nsz/__init__.py b/nsz/__init__.py index ee2794a..65f4c96 100644 --- a/nsz/__init__.py +++ b/nsz/__init__.py @@ -97,7 +97,7 @@ def main(): argOutFolder = Path(argOutFolderToPharse).resolve() if args.output else None Print.info('') - Print.info(' NSZ v4.1 ,;:;;,') + Print.info(' NSZ v4.2 ,;:;;,') Print.info(' ;;;;;') Print.info(' .=\', ;:;;:,') Print.info(' /_\', "=. \';:;:;') diff --git a/nsz/gui/NSZ_GUI.py b/nsz/gui/NSZ_GUI.py index cad8c16..696d58c 100644 --- a/nsz/gui/NSZ_GUI.py +++ b/nsz/gui/NSZ_GUI.py @@ -39,7 +39,7 @@ def build(self): Window.minimum_height = 600 Logger.setLevel(realLevl) Builder.load_file(getGuiPath('layout/GUI.kv')) - self.title = 'NSZ GUI 4.1' + self.title = 'NSZ GUI 4.2' self.icon = getGuiPath('nsZip.png') root = FloatLayout() with open(getGuiPath('shaders/plasma.shader')) as stream: diff --git a/setup.py b/setup.py index 737e272..0c8d2af 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name='nsz', - version='4.1.0', + version='4.2.0', script="nsz.py", author="Nico Bosshard", author_email="nico@bosshome.ch",