diff --git a/pyproject.toml b/pyproject.toml
index 5cff4e1..ce580ae 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "syng"
-version = "2.0.1"
+version = "2.0.2"
description = "Easily host karaoke events"
authors = ["Christoph Stahl
diff --git a/syng/gui.py b/syng/gui.py index 404fdc6..c88ac30 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.1" + appid = "rocks.syng.Syng.2.0.2" windll.shell32.SetCurrentProcessExplicitAppUserModelID(appid) except ImportError: pass