File size: 263 Bytes
84669a3 |
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.4.0" # Numeric version for metadata
APP_VERSION_DISPLAY = f"v{APP_VERSION}" # Display version for toolbar
|