Spaces:
Paused
Paused
File size: 261 Bytes
05fcd0f |
1 2 3 4 5 6 7 8 9 |
"""
Version information for FramePack Studio.
This module provides a central location for version information.
"""
# Version information
APP_VERSION = "0.5" # Numeric version for metadata
APP_VERSION_DISPLAY = f"v{APP_VERSION}" # Display version for toolbar
|