""" | |
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 | |