Skip to content

Commit

Permalink
fix: complete
Browse files Browse the repository at this point in the history
  • Loading branch information
aj-ya committed May 21, 2024
1 parent cf9e8dc commit 113be28
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion outpostcli/constants.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
cli_version = "0.0.50"
cli_version = "0.0.51"
CLI_BINARY_NAME = "outpostcli"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down
2 changes: 2 additions & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="outpostcli",
version="0.0.50",
version="0.0.51",
py_modules=["outpostcli"],
install_requires=["Click", "outpostkit"],
entry_points={
Expand Down

0 comments on commit 113be28

Please sign in to comment.