Skip to content

Commit

Permalink
chore: bump version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Schille committed Apr 1, 2022
1 parent 3f4b79f commit 6babeb1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion getdeck/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
logger = logging.getLogger("deck")
logger.addHandler(console)

__VERSION__ = "0.2.1"
__VERSION__ = "0.3.0"

DECKFILE_FILE = "deck.yaml"

Expand Down
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.2.1"
version = "0.3.0"
description = "Deck, a CLI that creates reproducible Kubernetes environments for development and testing"
authors = ["Michael Schilonka <[email protected]>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion version.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ def set_version():
"sed",
"-i",
f's/__VERSION__ = "[^"]*"/__VERSION__ = "{version}"/g',
"deck/configuration.py",
"getdeck/configuration.py",
]
)

0 comments on commit 6babeb1

Please sign in to comment.