We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7de9669 commit 5b5d528Copy full SHA for 5b5d528
2 files changed
main.py
@@ -7,7 +7,7 @@
7
8
import src.gui.window
9
10
-VERSION = "0.1.0"
+VERSION = "0.1.1"
11
12
if __name__ == "__main__":
13
app = QtWidgets.QApplication(sys.argv)
main.spec
@@ -28,7 +28,7 @@ exe = EXE(
28
a.zipfiles,
29
a.datas,
30
[],
31
- name='RawTherapee_Batch v0.1.0',
+ name='RawTherapee_Batch v0.1.1',
32
debug=False,
33
bootloader_ignore_signals=False,
34
strip=False,
0 commit comments