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 2, 2024
1 parent 9c46c51 commit f08c90b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion outpostcli/constants.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
cli_version = "0.0.11"
cli_version = "0.0.12"
2 changes: 1 addition & 1 deletion outpostcli/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ def _add_options(func):
"DEBUG": {"fg": "grey", "bold": False},
"INFO": {"fg": "bright_white", "bold": False},
"WARNING": {"fg": "bright_yellow", "bold": False},
"ERROR": {"fg": "bright_magenta", "bold": True},
"ERROR": {"fg": "bright_red", "bold": True},
"CRITICAL": {
"fg": "bright_red",
"bold": True,
Expand Down
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.11"
version = "0.0.12"
description = "CLI for Outpost"
readme = "README.md"
license = { file = "LICENSE" }
Expand Down

0 comments on commit f08c90b

Please sign in to comment.