1
0
mirror of https://github.com/spaam/svtplay-dl.git synced 2024-11-24 04:05:39 +01:00
svtplay-dl/lib/svtplay_dl/__version__.py
Johan Andersson 72d11fd3d0 setup: rewrite the version information to its own file.
this will help setup to find new deps that we are missing
2018-05-24 23:05:34 +02:00

6 lines
138 B
Python

__version__ = "1.9.11"
__url__ = "https://svtplay-dl.se"
__author__ = "Johan Andersson"
__author_email__ = "j@i19.se"
__license__ = "MIT"