mirror of
https://github.com/moraroy/NonSteamLaunchers-On-Steam-Deck.git
synced 2024-11-20 16:19:19 +01:00
7 lines
79 B
Python
7 lines
79 B
Python
|
"""
|
||
|
Expose version
|
||
|
"""
|
||
|
|
||
|
__version__ = "3.3.2"
|
||
|
VERSION = __version__.split(".")
|