From f08c90b231636e40fcc20c5a82180bf44ae2baeb Mon Sep 17 00:00:00 2001 From: Ajeya Bhat Date: Tue, 2 Apr 2024 10:44:29 +0530 Subject: [PATCH] version bump --- outpostcli/constants.py | 2 +- outpostcli/utils.py | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/outpostcli/constants.py b/outpostcli/constants.py index 5b5119b..190d884 100644 --- a/outpostcli/constants.py +++ b/outpostcli/constants.py @@ -1 +1 @@ -cli_version = "0.0.11" +cli_version = "0.0.12" diff --git a/outpostcli/utils.py b/outpostcli/utils.py index b3342d1..4fd8e21 100644 --- a/outpostcli/utils.py +++ b/outpostcli/utils.py @@ -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, diff --git a/pyproject.toml b/pyproject.toml index 32e20ea..c97a992 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" }