Skip to content

Commit

Permalink
Bump version: 0.6.2 → 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
corka149 committed Oct 18, 2024
1 parent 070d25b commit 3e73609
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "portforward"
version = "0.6.2"
version = "0.7.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "maturin"

[project]
name = "portforward"
version = "0.6.2"
version = "0.7.0"
authors = [{ name = "Sebastian Ziemann", email = "corka149@mailbox.org" }]
description = "Easy Kubernetes Port-Forward For Python"
readme = "README.rst"
Expand Down Expand Up @@ -34,7 +34,7 @@ module-name = "portforward._portforward"
python-source = "python"

[tool.bumpversion]
current_version = "0.6.2"
current_version = "0.7.0"
tag = true
commit = true

Expand Down
2 changes: 1 addition & 1 deletion python/portforward/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Easy Kubernetes Port-Forward For Python
"""

__version__ = "0.6.2"
__version__ = "0.7.0"

import asyncio
import contextlib
Expand Down

0 comments on commit 3e73609

Please sign in to comment.