Skip to content

Commit

Permalink
Version Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mungewell committed Sep 13, 2024
1 parent 21a7e6e commit 8b2296c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup-prebuilt.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
setup(
name = "zoomzt2-gui.py",
options = options,
version = "0.4.0.0",
version = "1.0.0.0",
description = 'Script for Upload Effects/Configuration to ZOOM G Series Pedals',
executables = executables
)
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name = "zoomzt2",
version = "0.6.0",
version = "1.0.0",
author = "Simon Wood",
author_email = "[email protected]",
description = 'Script for Upload Effects/Configuration to ZOOM G Series Pedals',
Expand Down
2 changes: 1 addition & 1 deletion zoomzt2-gui.bat
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
REM redirect to prebuilt/py2exe file

build\exe.win-amd64-3.10\zoomzt2-gui.exe %*
build\exe.win-amd64-3.12\zoomzt2-gui.exe %*

0 comments on commit 8b2296c

Please sign in to comment.