From 9786f4388def52f638c928cb7ec4897b6c0d4d76 Mon Sep 17 00:00:00 2001 From: DarkLord76865 Date: Thu, 27 Apr 2023 17:26:56 +0200 Subject: [PATCH] bump version number --- build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.py b/build.py index c9d306e..289454d 100644 --- a/build.py +++ b/build.py @@ -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