Skip to content

Commit

Permalink
bump version to v2.1.0.b1
Browse files Browse the repository at this point in the history
  • Loading branch information
I5UCC committed Jan 18, 2024
1 parent 037b88f commit df40976
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ def stop() -> None:

if os.name == 'nt':
try:
ctypes.windll.kernel32.SetConsoleTitleW("ThumbParamsOSC v2.0.0-Beta2" + (" (Debug)" if debug else ""))
ctypes.windll.kernel32.SetConsoleTitleW("ThumbParamsOSC v2.1.0-Beta1" + (" (Debug)" if debug else ""))
except Exception:
pass

Expand Down
2 changes: 1 addition & 1 deletion src/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setup(
name="ThumbParamsOSC",
version="2.0.0.b2",
version="2.1.0.b1",
description="ThumbParamsOSC",
options={"build_exe": build_exe_options},
executables=[Executable("main.py", target_name="ThumbParamsOSC.exe", base=False, icon="icon.ico"), Executable("main.py", target_name="ThumbParamsOSC_NoConsole.exe", base="Win32GUI", icon="icon.ico")],
Expand Down

0 comments on commit df40976

Please sign in to comment.