diff --git a/outpostcli/constants.py b/outpostcli/constants.py index 43128e8..2e731d7 100644 --- a/outpostcli/constants.py +++ b/outpostcli/constants.py @@ -1,2 +1,2 @@ -cli_version = "0.0.30" +cli_version = "0.0.31" CLI_BINARY_NAME = "outpostcli" diff --git a/pyproject.toml b/pyproject.toml index c37b2f9..a2effee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "outpostcli" -version = "0.0.30" +version = "0.0.31" description = "CLI for Outpost" readme = "README.md" license = { file = "LICENSE" } diff --git a/setup.py b/setup.py index 04b61a9..c2ece0f 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name="outpostcli", - version="0.0.30", + version="0.0.31", py_modules=["outpostcli"], install_requires=["Click", "outpostkit"], entry_points={