Version 2.0.3
This commit is contained in:
parent
388d577d0e
commit
a134a07bff
2 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue