Skip to content

Commit

Permalink
Bumped version to 4.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoboss committed Oct 1, 2023
1 parent 3355e8f commit 6e83fbe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion nsz/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def main():
argOutFolder = Path(argOutFolderToPharse).resolve() if args.output else None

Print.info('')
Print.info(' NSZ v4.4 ,;:;;,')
Print.info(' NSZ v4.5 ,;:;;,')
Print.info(' ;;;;;')
Print.info(' .=\', ;:;;:,')
Print.info(' /_\', "=. \';:;:;')
Expand Down
2 changes: 1 addition & 1 deletion nsz/gui/NSZ_GUI.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def build(self):
Window.minimum_height = 600
Logger.setLevel(realLevl)
Builder.load_file(getGuiPath('layout/GUI.kv'))
self.title = 'NSZ GUI 4.4'
self.title = 'NSZ GUI 4.5'
self.icon = getGuiPath('nsZip.png')
root = FloatLayout()
with open(getGuiPath('shaders/plasma.shader')) as stream:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name='nsz',
version='4.4.0',
version='4.5.0',
script="nsz.py",
author="Nico Bosshard",
author_email="[email protected]",
Expand Down

0 comments on commit 6e83fbe

Please sign in to comment.