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