Release v0.1.1

This commit is contained in:
GitHub Actions 2025-04-10 18:09:45 +00:00
parent 8d79087fba
commit eecff6a197

View file

@ -1,5 +1,5 @@
"""
Dispatcharr version information.
"""
__version__ = '0.1.0' # Follow semantic versioning (MAJOR.MINOR.PATCH)
__version__ = '0.1.1' # Follow semantic versioning (MAJOR.MINOR.PATCH)
__build__ = '0' # Auto-incremented on builds