Skip to content

Commit

Permalink
version bump 0.1.0 > 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilDohne committed Mar 19, 2023
1 parent 7de9669 commit 5b5d528
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

import src.gui.window

VERSION = "0.1.0"
VERSION = "0.1.1"

if __name__ == "__main__":
app = QtWidgets.QApplication(sys.argv)
Expand Down
2 changes: 1 addition & 1 deletion main.spec
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ exe = EXE(
a.zipfiles,
a.datas,
[],
name='RawTherapee_Batch v0.1.0',
name='RawTherapee_Batch v0.1.1',
debug=False,
bootloader_ignore_signals=False,
strip=False,
Expand Down

0 comments on commit 5b5d528

Please sign in to comment.