Skip to content

Commit

Permalink
chore: bump version to 0.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
SteinRobert committed Aug 26, 2022
1 parent 997150e commit d74b551
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion client/gefyra/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
logger = logging.getLogger("gefyra")
logger.addHandler(console)

__VERSION__ = "0.10.1"
__VERSION__ = "0.10.2"


def fix_pywin32_in_frozen_build() -> None:
Expand Down
2 changes: 1 addition & 1 deletion client/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "Gefyra"
version = "0.10.1"
version = "0.10.2"
description = "Gefyra runs all developer machine side components of Gefyra's Kubernetes-based development infrastructure"
authors = ["Michael Schilonka <michael@unikube.io>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion operator/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "Gefyra Operator"
version = "0.10.1"
version = "0.10.2"
description = "Gefyra Operator runs all cluster-side components of Gefyra's Kubernetes-based development system"
authors = ["Michael Schilonka <michael@blueshoe.de>"]

Expand Down

0 comments on commit d74b551

Please sign in to comment.