We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3800df commit f9f8ceaCopy full SHA for f9f8cea
1 file changed
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "libp2p"
7
-version = "0.2.9"
+version = "0.3.0"
8
description = "libp2p: The Python implementation of the libp2p networking stack"
9
readme = "README.md"
10
requires-python = ">=3.10, <4.0"
@@ -196,7 +196,7 @@ name = "Removals"
196
showcontent = true
197
198
[tool.bumpversion]
199
-current_version = "0.2.9"
+current_version = "0.3.0"
200
parse = """
201
(?P<major>\\d+)
202
\\.(?P<minor>\\d+)
0 commit comments