Reset version to 0.1.0

This commit is contained in:
SergeantPanda 2025-04-10 15:52:37 -05:00
parent 220c9a2894
commit 34a384e66c

View file

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