mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-06 21:21:15 -07:00
6 lines
79 B
Python
6 lines
79 B
Python
"""
|
|
Expose version
|
|
"""
|
|
|
|
__version__ = "2.0.7"
|
|
VERSION = __version__.split(".")
|