Skip to content
Snippets Groups Projects
Commit a134a07b authored by Christoph Stahl's avatar Christoph Stahl
Browse files

Version 2.0.3

parent 388d577d
No related branches found
No related tags found
No related merge requests found
[tool.poetry] [tool.poetry]
name = "syng" name = "syng"
version = "2.0.2" version = "2.0.3"
description = "Easily host karaoke events" description = "Easily host karaoke events"
authors = ["Christoph Stahl <christoph.stahl@tu-dortmund.de>"] authors = ["Christoph Stahl <christoph.stahl@tu-dortmund.de>"]
license = "AGPL-3.0-or-later" license = "AGPL-3.0-or-later"
......
...@@ -19,7 +19,7 @@ try: ...@@ -19,7 +19,7 @@ try:
if not TYPE_CHECKING: if not TYPE_CHECKING:
from ctypes import windll from ctypes import windll
appid = "rocks.syng.Syng.2.0.2" appid = "rocks.syng.Syng.2.0.3"
windll.shell32.SetCurrentProcessExplicitAppUserModelID(appid) windll.shell32.SetCurrentProcessExplicitAppUserModelID(appid)
except ImportError: except ImportError:
pass pass
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment