diff --git a/Cargo.toml b/Cargo.toml index 99d1245..e3f7f91 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "portforward" -version = "0.6.0" +version = "0.6.1" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/pyproject.toml b/pyproject.toml index 71876c3..87743bb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "maturin" [project] name = "portforward" -version = "0.6.0" +version = "0.6.1" authors = [{ name = "Sebastian Ziemann", email = "corka149@mailbox.org" }] description = "Easy Kubernetes Port-Forward For Python" readme = "README.rst" @@ -34,7 +34,7 @@ module-name = "portforward._portforward" python-source = "python" [tool.bumpversion] -current_version = "0.6.0" +current_version = "0.6.1" tag = true commit = true diff --git a/python/portforward/__init__.py b/python/portforward/__init__.py index d69169d..bb7f93d 100644 --- a/python/portforward/__init__.py +++ b/python/portforward/__init__.py @@ -2,7 +2,7 @@ Easy Kubernetes Port-Forward For Python """ -__version__ = "0.6.0" +__version__ = "0.6.1" import asyncio import contextlib