We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eac0d79 commit cec7750Copy full SHA for cec7750
pyproject.toml
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
5
6
[project]
7
name = "libp2p"
8
-version = "0.4.0"
+version = "0.5.0"
9
description = "libp2p: The Python implementation of the libp2p networking stack"
10
readme = "README.md"
11
requires-python = ">=3.10, <4.0"
@@ -207,7 +207,7 @@ name = "Removals"
207
showcontent = true
208
209
[tool.bumpversion]
210
-current_version = "0.4.0"
+current_version = "0.5.0"
211
parse = """
212
(?P<major>\\d+)
213
\\.(?P<minor>\\d+)
0 commit comments