From 113be28c9a06e3fa0240f23fd07397db796861df Mon Sep 17 00:00:00 2001 From: Ajeya Bhat Date: Tue, 21 May 2024 17:06:00 +0530 Subject: [PATCH] fix: complete --- outpostcli/constants.py | 2 +- pyproject.toml | 2 +- requirements-dev.txt | 2 ++ requirements.txt | 2 ++ setup.py | 2 +- 5 files changed, 7 insertions(+), 3 deletions(-) diff --git a/outpostcli/constants.py b/outpostcli/constants.py index d0b4b32..ac7d9d7 100644 --- a/outpostcli/constants.py +++ b/outpostcli/constants.py @@ -1,2 +1,2 @@ -cli_version = "0.0.50" +cli_version = "0.0.51" CLI_BINARY_NAME = "outpostcli" diff --git a/pyproject.toml b/pyproject.toml index db89f55..0060d87 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "outpostcli" -version = "0.0.50" +version = "0.0.51" description = "CLI for Outpost" readme = "README.md" license = { file = "LICENSE" } diff --git a/requirements-dev.txt b/requirements-dev.txt index a596f44..b9eaa73 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -64,6 +64,8 @@ sniffio==1.3.0 # via # anyio # httpx +tenacity==8.3.0 + # via outpostcli (pyproject.toml) typing-extensions==4.9.0 # via # outpostkit diff --git a/requirements.txt b/requirements.txt index 917c7e6..488927c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -50,6 +50,8 @@ sniffio==1.3.0 # via # anyio # httpx +tenacity==8.3.0 + # via outpostcli (pyproject.toml) typing-extensions==4.9.0 # via # outpostkit diff --git a/setup.py b/setup.py index a8bf512..6eabf10 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name="outpostcli", - version="0.0.50", + version="0.0.51", py_modules=["outpostcli"], install_requires=["Click", "outpostkit"], entry_points={