Files
gotify-tray-customized/gotify_tray/__version__.py
dries.k 311f40643e v0.1.2
2022-03-02 20:06:52 +01: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.1.2"