Loading prep-release/minor_minor_number.txt +1 −1 Original line number Diff line number Diff line 1 No newline at end of file 2 No newline at end of file prep-release/win_sound_source_id.iss +1 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #define MyAppName "sound_source_id" #define MyAppVersion "0.2.1" #define MyAppVersion "0.2.2" #define MyAppPublisher "Samuele Carcagno" #define MyAppURL "https://samcarcagno.altervista.org/sound_source_id/sound_source_id.html" #define MyAppExeName "sound_source_id.exe" Loading pyproject.toml +1 −1 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "sound_source_id" version="0.2.1" version="0.2.2" authors = [ { name="Samuele Carcagno", email="sam.carcagno@gmail.com" }, Loading setup_cx.py +1 −1 Original line number Diff line number Diff line Loading @@ -43,7 +43,7 @@ executables = [ ] setup(name='sound_source_id', version="0.2.1", version="0.2.2", description = '', options = {'build_exe': build_options}, executables = executables) sound_source_id/__main__.py +2 −0 Original line number Diff line number Diff line Loading @@ -1254,6 +1254,8 @@ def main(): # instantiate the ApplicationWindow widget qApp.currentLocale = locale qApp.setApplicationName('sound_source_id') if platform.system() == "Windows": qApp.setStyle('Fusion') aw = applicationWindow(prm) Loading Loading
prep-release/minor_minor_number.txt +1 −1 Original line number Diff line number Diff line 1 No newline at end of file 2 No newline at end of file
prep-release/win_sound_source_id.iss +1 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #define MyAppName "sound_source_id" #define MyAppVersion "0.2.1" #define MyAppVersion "0.2.2" #define MyAppPublisher "Samuele Carcagno" #define MyAppURL "https://samcarcagno.altervista.org/sound_source_id/sound_source_id.html" #define MyAppExeName "sound_source_id.exe" Loading
pyproject.toml +1 −1 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "sound_source_id" version="0.2.1" version="0.2.2" authors = [ { name="Samuele Carcagno", email="sam.carcagno@gmail.com" }, Loading
setup_cx.py +1 −1 Original line number Diff line number Diff line Loading @@ -43,7 +43,7 @@ executables = [ ] setup(name='sound_source_id', version="0.2.1", version="0.2.2", description = '', options = {'build_exe': build_options}, executables = executables)
sound_source_id/__main__.py +2 −0 Original line number Diff line number Diff line Loading @@ -1254,6 +1254,8 @@ def main(): # instantiate the ApplicationWindow widget qApp.currentLocale = locale qApp.setApplicationName('sound_source_id') if platform.system() == "Windows": qApp.setStyle('Fusion') aw = applicationWindow(prm) Loading