Skip to content

Commit

Permalink
chore: bump version to 0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Schille committed Aug 12, 2022
1 parent 3790d2d commit 0e0fa93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.2"
__VERSION__ = "0.9.3"

DECKFILE_FILE = "deck.yaml"

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "getdeck"
version = "0.9.2"
version = "0.9.3"
description = "Deck, a CLI that creates reproducible Kubernetes environments for development and testing"
authors = ["Michael Schilonka <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 0e0fa93

Please sign in to comment.