Skip to content

Commit

Permalink
chore: bump version to 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
SteinRobert committed Oct 12, 2023
1 parent 9004019 commit 2b41617
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 @@ -19,7 +19,7 @@

logger = logging.getLogger("gefyra")

__VERSION__ = "2.0.1"
__VERSION__ = "2.0.2"
USER_HOME = os.path.expanduser("~")


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 = "2.0.1"
version = "2.0.2"
description = "Gefyra runs all developer machine side components of Gefyra's Kubernetes-based development infrastructure"
authors = ["Michael Schilonka <[email protected]>"]
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 = "2.0.1"
version = "2.0.2"
description = "Gefyra Operator runs all cluster-side components of Gefyra's Kubernetes-based development system"
authors = ["Michael Schilonka <[email protected]>"]

Expand Down

3 comments on commit 2b41617

@sbor23
Copy link

@sbor23 sbor23 commented on 2b41617 Oct 16, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There was no release created for this release and it's not on pypi.org https://pypi.org/project/Gefyra/#history

@SteinRobert
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, it's been released now :)

@sbor23
Copy link

@sbor23 sbor23 commented on 2b41617 Oct 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.