From 705a21d40d70515b12e908015c25135f335cfdad Mon Sep 17 00:00:00 2001 From: Ajeya Bhat Date: Tue, 21 May 2024 13:42:14 +0530 Subject: [PATCH] storage class --- outpostcli/constants.py | 2 +- pyproject.toml | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/outpostcli/constants.py b/outpostcli/constants.py index 162fa4e..d36aab4 100644 --- a/outpostcli/constants.py +++ b/outpostcli/constants.py @@ -1,2 +1,2 @@ -cli_version = "0.0.39" +cli_version = "0.0.40" CLI_BINARY_NAME = "outpostcli" diff --git a/pyproject.toml b/pyproject.toml index 47e8e6f..0f512a8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "outpostcli" -version = "0.0.39" +version = "0.0.40" description = "CLI for Outpost" readme = "README.md" license = { file = "LICENSE" } diff --git a/setup.py b/setup.py index 0d34b28..2ed0b43 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name="outpostcli", - version="0.0.39", + version="0.0.40", py_modules=["outpostcli"], install_requires=["Click", "outpostkit"], entry_points={