Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
aj-ya committed Apr 22, 2024
1 parent 808d304 commit 408a07c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions outpostcli/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
from outpostkit import Client, Endpoint
from outpostkit.exceptions import OutpostError, OutpostHTTPException

from outpostcli.lfs.commands import lfs

from .config_utils import (
purge_config_file,
remove_details_from_config_file,
Expand All @@ -15,6 +13,7 @@
from .constants import cli_version
from .endpoints import endpoints
from .exceptions import NotLoggedInError
from .lfs.commands import lfs
from .utils import add_options, api_token_opt, check_token, click_group, entity_opt

CONTEXT_SETTINGS = dict(help_option_names=["-h", "--help"])
Expand Down
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.18"
cli_version = "0.0.19"
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,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "outpostcli"
version = "0.0.18"
version = "0.0.19"
description = "CLI for Outpost"
readme = "README.md"
license = { file = "LICENSE" }
Expand All @@ -30,7 +30,7 @@ repository = "https://github.com/outposthq/cli"
testpaths = "tests/"

[tool.setuptools]
packages = ["outpostcli"]
packages = ["outpostcli", "outpostkit.lfs"]

[project.scripts]
outpostcli = "outpostcli.cli:outpost"
Expand Down

0 comments on commit 408a07c

Please sign in to comment.