Release v0.10.0

This commit is contained in:
GitHub Actions 2025-09-18 22:28:47 +00:00
parent 9eade91958
commit 773e8e7d54

View file

@ -1,5 +1,5 @@
"""
Dispatcharr version information.
"""
__version__ = '0.9.1' # Follow semantic versioning (MAJOR.MINOR.PATCH)
__version__ = '0.10.0' # Follow semantic versioning (MAJOR.MINOR.PATCH)
__timestamp__ = None # Set during CI/CD build process