diff --git a/getdeck/configuration.py b/getdeck/configuration.py index 38b7422..b1cfc6f 100644 --- a/getdeck/configuration.py +++ b/getdeck/configuration.py @@ -10,7 +10,7 @@ logger = logging.getLogger("deck") logger.addHandler(console) -__VERSION__ = "0.4.0" +__VERSION__ = "0.5.0" DECKFILE_FILE = "deck.yaml" diff --git a/pyproject.toml b/pyproject.toml index 6d1d785..219b772 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "getdeck" -version = "0.4.0" +version = "0.5.0" description = "Deck, a CLI that creates reproducible Kubernetes environments for development and testing" authors = ["Michael Schilonka "] readme = "README.md"