Release v0.10.1

This commit is contained in:
GitHub Actions 2025-09-24 21:40:25 +00:00
parent 86344b43ba
commit 70aaa2a04c

View file

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