diff --git a/pyproject.toml b/pyproject.toml
index ce580aec060bbf562e8b733501a4d9b4c7c3793a..007c26c78309be219b10cb92a5ec5d26ea9f666e 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 <christoph.stahl@tu-dortmund.de>"]
 license = "AGPL-3.0-or-later"
diff --git a/syng/gui.py b/syng/gui.py
index 77c23b10a2891b2db83994e5eda16ba7a66b7af7..cc1e5ab522c5913e507840d80bce6a22c5eecdca 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