Skip to content

Commit

Permalink
chore: bump version to 0.7.1
Browse files Browse the repository at this point in the history
Schille committed May 17, 2022
1 parent 1e0c796 commit d355bdd
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
@@ -10,7 +10,7 @@
logger = logging.getLogger("deck")
logger.addHandler(console)

__VERSION__ = "0.7.0"
__VERSION__ = "0.7.1"

DECKFILE_FILE = "deck.yaml"

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.7.0"
version = "0.7.1"
description = "Deck, a CLI that creates reproducible Kubernetes environments for development and testing"
authors = ["Michael Schilonka <michael@unikube.io>"]
readme = "README.md"

0 comments on commit d355bdd

Please sign in to comment.