Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Commit

Permalink
bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
amamic1803 committed Apr 27, 2023
1 parent ab9eca1 commit 9786f43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def build(name, console, onefile, uac_admin, icon, upx, files, folders):
shutil.rmtree(path=work_path, ignore_errors=True)

def main():
name = "Autofish_v0.1.0"
name = "Autofish_v0.1.1"
console = False
onefile = True
uac_admin = False
Expand Down

0 comments on commit 9786f43

Please sign in to comment.