Skip to content

Commit 5b5d528

Browse files
committed
version bump 0.1.0 > 0.1.1
1 parent 7de9669 commit 5b5d528

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
import src.gui.window
99

10-
VERSION = "0.1.0"
10+
VERSION = "0.1.1"
1111

1212
if __name__ == "__main__":
1313
app = QtWidgets.QApplication(sys.argv)

main.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ exe = EXE(
2828
a.zipfiles,
2929
a.datas,
3030
[],
31-
name='RawTherapee_Batch v0.1.0',
31+
name='RawTherapee_Batch v0.1.1',
3232
debug=False,
3333
bootloader_ignore_signals=False,
3434
strip=False,

0 commit comments

Comments
 (0)