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