Skip to content

Commit

Permalink
chore: bump version to 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Schille committed Aug 12, 2022
1 parent 8407eba commit 8f8d255
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion getdeck/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
logger = logging.getLogger("deck")
logger.addHandler(console)

__VERSION__ = "0.9.0"
__VERSION__ = "0.9.1"

DECKFILE_FILE = "deck.yaml"

Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "getdeck"
version = "0.9.0"
version = "0.9.1"
description = "Deck, a CLI that creates reproducible Kubernetes environments for development and testing"
authors = ["Michael Schilonka <[email protected]>"]
readme = "README.md"
Expand Down Expand Up @@ -32,7 +32,7 @@ semantic-version = "^2.9.0"
GitPython = "^3.1.27"
PyYAML = "^6.0"
python-hosts = "^1.0.3"
beiboot = "^0.6.0"
beiboot = "^0.7.3"


[tool.poetry.dev-dependencies]
Expand Down

0 comments on commit 8f8d255

Please sign in to comment.