mirror of
https://github.com/jamiepine/voicebox.git
synced 2026-09-17 22:00:40 -07:00
- Added __version__ variable in backend/__init__.py to centralize versioning. - Updated main.py to use __version__ for API versioning in the FastAPI app. - Enhanced cache directory handling by utilizing HuggingFace's constants for improved compatibility across platforms.
4 lines
41 B
Python
4 lines
41 B
Python
# Backend package
|
|
|
|
__version__ = "0.1.7"
|