8 lines
163 B
Python
8 lines
163 B
Python
"""Release metadata.
|
|
|
|
This module exists so the running application and/or deployments can introspect
|
|
which version is currently deployed.
|
|
"""
|
|
|
|
VERSION = "v1.0.1"
|