Skip to content

Commit 9cbf20f

Browse files
committed
chore: bump version to 0.11.1
1 parent 45e90e2 commit 9cbf20f

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
@@ -6,7 +6,7 @@
66
logger = logging.getLogger("deck")
77

88

9-
__VERSION__ = "0.11.0"
9+
__VERSION__ = "0.11.1"
1010

1111
DECKFILE_FILE = "deck.yaml"
1212

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.11.0"
3+
version = "0.11.1"
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)