Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
aj-ya committed May 19, 2024
1 parent a18507d commit 7b235cd
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 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.23"
cli_version = "0.0.24"
CLI_BINARY_NAME = "outpostcli"
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ build-backend = "setuptools.build_meta"

[project]
name = "outpostcli"
version = "0.0.23"
version = "0.0.24"
description = "CLI for Outpost"
readme = "README.md"
license = { file = "LICENSE" }
authors = [{ name = "Outpost Innovations, Inc." }]
requires-python = ">=3.8"
dependencies = [
"outpostkit>=0.0.67",
"outpostkit>=0.0.69",
"click",
"rich",
"requests",
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ mdurl==0.1.2
# via markdown-it-py
mypy-extensions==1.0.0
# via black
outpostkit==0.0.67
outpostkit==0.0.69
# via outpostcli (pyproject.toml)
packaging==23.2
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ markdown-it-py==3.0.0
# via rich
mdurl==0.1.2
# via markdown-it-py
outpostkit==0.0.67
outpostkit==0.0.69
# via outpostcli (pyproject.toml)
packaging==23.2
# 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.23",
version="0.0.24",
py_modules=["outpostcli"],
install_requires=["Click", "outpostkit"],
entry_points={
Expand Down

0 comments on commit 7b235cd

Please sign in to comment.