diff --git a/client/gefyra/configuration.py b/client/gefyra/configuration.py index ab9b96d2..77e911dc 100644 --- a/client/gefyra/configuration.py +++ b/client/gefyra/configuration.py @@ -10,7 +10,7 @@ logger = logging.getLogger("gefyra") logger.addHandler(console) -__VERSION__ = "0.9.0" +__VERSION__ = "0.9.1" def fix_pywin32_in_frozen_build() -> None: diff --git a/client/pyproject.toml b/client/pyproject.toml index ead73bb2..6e175722 100644 --- a/client/pyproject.toml +++ b/client/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "Gefyra" -version = "0.9.0" +version = "0.9.1" description = "Gefyra runs all developer machine side components of Gefyra's Kubernetes-based development infrastructure" authors = ["Michael Schilonka "] readme = "README.md" diff --git a/operator/pyproject.toml b/operator/pyproject.toml index af09105f..7915f0cf 100644 --- a/operator/pyproject.toml +++ b/operator/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "Gefyra Operator" -version = "0.9.0" +version = "0.9.1" description = "Gefyra Operator runs all cluster-side components of Gefyra's Kubernetes-based development system" authors = ["Michael Schilonka "]