Skip to content

Commit 35de822

Browse files
committed
Bump version: 0.7.4 → 0.7.5
1 parent a86de73 commit 35de822

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "portforward"
3-
version = "0.7.4"
3+
version = "0.7.5"
44
edition = "2021"
55

66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "maturin"
44

55
[project]
66
name = "portforward"
7-
version = "0.7.4"
7+
version = "0.7.5"
88
authors = [{ name = "Sebastian Ziemann", email = "corka149@mailbox.org" }]
99
description = "Easy Kubernetes Port-Forward For Python"
1010
readme = "README.rst"
@@ -37,7 +37,7 @@ module-name = "portforward._portforward"
3737
python-source = "python"
3838

3939
[tool.bumpversion]
40-
current_version = "0.7.4"
40+
current_version = "0.7.5"
4141
tag = true
4242
commit = true
4343

python/portforward/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Easy Kubernetes Port-Forward For Python
33
"""
44

5-
__version__ = "0.7.4"
5+
__version__ = "0.7.5"
66

77
import asyncio
88
import contextlib

0 commit comments

Comments
 (0)