Skip to content

Commit cec7750

Browse files
committed
Bump version: 0.4.0 → 0.5.0
1 parent eac0d79 commit cec7750

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

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

66
[project]
77
name = "libp2p"
8-
version = "0.4.0"
8+
version = "0.5.0"
99
description = "libp2p: The Python implementation of the libp2p networking stack"
1010
readme = "README.md"
1111
requires-python = ">=3.10, <4.0"
@@ -207,7 +207,7 @@ name = "Removals"
207207
showcontent = true
208208

209209
[tool.bumpversion]
210-
current_version = "0.4.0"
210+
current_version = "0.5.0"
211211
parse = """
212212
(?P<major>\\d+)
213213
\\.(?P<minor>\\d+)

0 commit comments

Comments
 (0)