Files
gotify-tray-customized/gotify_tray/__version__.py
dries.k ca0cb9b5a7 v0.5.0
2023-05-28 00:41:28 +02:00

7 lines
202 B
Python

__title__ = "Gotify Tray"
__description__ = (
"A tray notification application for receiving messages from a Gotify server."
)
__url__ = "https://github.com/seird/gotify-tray"
__version__ = "0.5.0"