mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-01-23 02:35:14 +00:00
5 lines
166 B
Python
5 lines
166 B
Python
"""
|
|
Dispatcharr version information.
|
|
"""
|
|
__version__ = '0.3.3' # Follow semantic versioning (MAJOR.MINOR.PATCH)
|
|
__build__ = '36' # Auto-incremented on builds
|