Skip to content

Commit 368b0c2

Browse files
committed
chore: bump version to 0.9.5
1 parent 57a0997 commit 368b0c2

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.4"
13+
__VERSION__ = "0.9.5"
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.4"
3+
version = "0.9.5"
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)