Skip to content

Commit

Permalink
chore: bump version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Schille committed Apr 1, 2022
1 parent 9803253 commit 09be1cd
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deck/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.1.0"
__VERSION__ = "0.2.0"

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 = "Deck"
version = "0.1.0"
version = "0.2.0"
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 09be1cd

Please sign in to comment.