Commit 4ac7ac9 1 parent 6c957dc commit 4ac7ac9 Copy full SHA for 4ac7ac9
File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ def main():
100
100
argOutFolder = Path (argOutFolderToPharse ).resolve () if args .output else None
101
101
102
102
Print .info ('' )
103
- Print .info (' NSZ v4.2 ,;:;;,' )
103
+ Print .info (' NSZ v4.3 ,;:;;,' )
104
104
Print .info (' ;;;;;' )
105
105
Print .info (' .=\' , ;:;;:,' )
106
106
Print .info (' /_\' , "=. \' ;:;:;' )
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ def build(self):
40
40
Window .minimum_height = 600
41
41
Logger .setLevel (realLevl )
42
42
Builder .load_file (getGuiPath ('layout/GUI.kv' ))
43
- self .title = 'NSZ GUI 4.2 '
43
+ self .title = 'NSZ GUI 4.3 '
44
44
self .icon = getGuiPath ('nsZip.png' )
45
45
root = FloatLayout ()
46
46
with open (getGuiPath ('shaders/plasma.shader' )) as stream :
Original file line number Diff line number Diff line change 5
5
6
6
setuptools .setup (
7
7
name = 'nsz' ,
8
- version = '4.2.1 ' ,
8
+ version = '4.3.0 ' ,
9
9
script = "nsz.py" ,
10
10
author = "Nico Bosshard" ,
11
11
author_email = "nico@bosshome.ch" ,
You can’t perform that action at this time.
0 commit comments