diff --git a/outpostcli/constants.py b/outpostcli/constants.py index 8bab385..f2d06db 100644 --- a/outpostcli/constants.py +++ b/outpostcli/constants.py @@ -1,2 +1,2 @@ -cli_version = "0.0.14" +cli_version = "0.0.15" CLI_BINARY_NAME = "outpostcli" \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index cf0c47e..479c355 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "outpostcli" -version = "0.0.14" +version = "0.0.15" description = "CLI for Outpost" readme = "README.md" license = { file = "LICENSE" }