Skip to content

Commit 42064b6

Browse files
committed
chore: bump version to 0.9.2
1 parent 141f770 commit 42064b6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

getdeck/configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
logger = logging.getLogger("deck")
1111
logger.addHandler(console)
1212

13-
__VERSION__ = "0.9.1"
13+
__VERSION__ = "0.9.2"
1414

1515
DECKFILE_FILE = "deck.yaml"
1616

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "getdeck"
3-
version = "0.9.1"
3+
version = "0.9.2"
44
description = "Deck, a CLI that creates reproducible Kubernetes environments for development and testing"
55
authors = ["Michael Schilonka <[email protected]>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)