Skip to content

Commit

Permalink
Version 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
christofsteel committed Oct 11, 2024
1 parent 388d577 commit a134a07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "syng"
version = "2.0.2"
version = "2.0.3"
description = "Easily host karaoke events"
authors = ["Christoph Stahl <christoph.stahl@tu-dortmund.de>"]
license = "AGPL-3.0-or-later"
Expand Down
2 changes: 1 addition & 1 deletion syng/gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
if not TYPE_CHECKING:
from ctypes import windll

appid = "rocks.syng.Syng.2.0.2"
appid = "rocks.syng.Syng.2.0.3"
windll.shell32.SetCurrentProcessExplicitAppUserModelID(appid)
except ImportError:
pass
Expand Down

0 comments on commit a134a07

Please # to comment.