samcli/lib/config/version.py (
2
lines of code) (
raw
):
""" Constants and helper functions for samconfig.toml's versioning. """ SAM_CONFIG_VERSION = 0.1 VERSION_KEY = "version"