Pipeline/backend/app/core/version.py

5 lines
91 B
Python

"""Application name and version constants."""
APP_NAME = "pipeline"
APP_VERSION = "0.1.0"