mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-01-23 10:45:27 +00:00
5 lines
170 B
Python
5 lines
170 B
Python
"""
|
|
Dispatcharr version information.
|
|
"""
|
|
__version__ = '0.6.1' # Follow semantic versioning (MAJOR.MINOR.PATCH)
|
|
__timestamp__ = None # Set during CI/CD build process
|