Skip to content

Commit f9f8cea

Browse files
committed
Bump version: 0.2.9 → 0.3.0
1 parent a3800df commit f9f8cea

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

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

55
[project]
66
name = "libp2p"
7-
version = "0.2.9"
7+
version = "0.3.0"
88
description = "libp2p: The Python implementation of the libp2p networking stack"
99
readme = "README.md"
1010
requires-python = ">=3.10, <4.0"
@@ -196,7 +196,7 @@ name = "Removals"
196196
showcontent = true
197197

198198
[tool.bumpversion]
199-
current_version = "0.2.9"
199+
current_version = "0.3.0"
200200
parse = """
201201
(?P<major>\\d+)
202202
\\.(?P<minor>\\d+)

0 commit comments

Comments
 (0)