Skip to content

Commit 4ac7ac9

Browse files
committed
Bumped version to 4.3.0
1 parent 6c957dc commit 4ac7ac9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

nsz/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ def main():
100100
argOutFolder = Path(argOutFolderToPharse).resolve() if args.output else None
101101

102102
Print.info('')
103-
Print.info(' NSZ v4.2 ,;:;;,')
103+
Print.info(' NSZ v4.3 ,;:;;,')
104104
Print.info(' ;;;;;')
105105
Print.info(' .=\', ;:;;:,')
106106
Print.info(' /_\', "=. \';:;:;')

nsz/gui/NSZ_GUI.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def build(self):
4040
Window.minimum_height = 600
4141
Logger.setLevel(realLevl)
4242
Builder.load_file(getGuiPath('layout/GUI.kv'))
43-
self.title = 'NSZ GUI 4.2'
43+
self.title = 'NSZ GUI 4.3'
4444
self.icon = getGuiPath('nsZip.png')
4545
root = FloatLayout()
4646
with open(getGuiPath('shaders/plasma.shader')) as stream:

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name='nsz',
8-
version='4.2.1',
8+
version='4.3.0',
99
script="nsz.py",
1010
author="Nico Bosshard",
1111
author_email="nico@bosshome.ch",

0 commit comments

Comments
 (0)