diff --git a/pyproject.toml b/pyproject.toml index ce580ae..007c26c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "syng" -version = "2.0.2" +version = "2.0.3" description = "Easily host karaoke events" authors = ["Christoph Stahl "] license = "AGPL-3.0-or-later" diff --git a/syng/gui.py b/syng/gui.py index 77c23b1..cc1e5ab 100644 --- a/syng/gui.py +++ b/syng/gui.py @@ -19,7 +19,7 @@ try: 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