From 821ae3b5f64750bc89e242aad3860c2ae1f2b950 Mon Sep 17 00:00:00 2001 From: Ajeya Bhat Date: Tue, 21 May 2024 16:40:52 +0530 Subject: [PATCH] version bump --- Pipfile.lock | 2 +- outpostcli/constants.py | 2 +- pyproject.toml | 2 +- setup.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Pipfile.lock b/Pipfile.lock index b81cf47..ada4718 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -202,7 +202,7 @@ "sha256:587c08da156ee28f52e6f8534c339b962ec1e9bfe119e25e1b043a10e2be05fb" ], "markers": "python_version >= '3.8'", - "version": "==0.0.49" + "version": "==0.0.50" }, "packaging": { "hashes": [ diff --git a/outpostcli/constants.py b/outpostcli/constants.py index e9432a8..d0b4b32 100644 --- a/outpostcli/constants.py +++ b/outpostcli/constants.py @@ -1,2 +1,2 @@ -cli_version = "0.0.49" +cli_version = "0.0.50" CLI_BINARY_NAME = "outpostcli" diff --git a/pyproject.toml b/pyproject.toml index d68e612..db89f55 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "outpostcli" -version = "0.0.49" +version = "0.0.50" description = "CLI for Outpost" readme = "README.md" license = { file = "LICENSE" } diff --git a/setup.py b/setup.py index 9720042..a8bf512 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name="outpostcli", - version="0.0.49", + version="0.0.50", py_modules=["outpostcli"], install_requires=["Click", "outpostkit"], entry_points={