From a134a07bffd5bdfa82aa0538609fcff84aeeddce Mon Sep 17 00:00:00 2001 From: Christoph Stahl Date: Fri, 11 Oct 2024 09:27:42 +0200 Subject: [PATCH] Version 2.0.3 --- pyproject.toml | 2 +- syng/gui.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 @@ 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