Bump version: 0.2.2 → 0.2.3

This commit is contained in:
pacrob
2025-03-27 14:47:07 -06:00
parent f9b8ac9da1
commit 479b12f64d
2 changed files with 2 additions and 2 deletions

View File

@ -127,7 +127,7 @@ name = "Removals"
showcontent = true
[tool.bumpversion]
current_version = "0.2.2"
current_version = "0.2.3"
parse = """
(?P<major>\\d+)
\\.(?P<minor>\\d+)

View File

@ -81,7 +81,7 @@ if not readthedocs_is_building:
setup(
name="libp2p",
# *IMPORTANT*: Don't manually change the version here. See Contributing docs for the release process.
version="0.2.2",
version="0.2.3",
description="""libp2p: The Python implementation of the libp2p networking stack""",
long_description=long_description,
long_description_content_type="text/markdown",