Bump version: 0.2.4 → 0.2.5

This commit is contained in:
pacrob
2025-04-14 11:12:26 -06:00
parent f664d03852
commit 0225d188c8
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.4"
current_version = "0.2.5"
parse = """
(?P<major>\\d+)
\\.(?P<minor>\\d+)

View File

@ -72,7 +72,7 @@ install_requires.extend(crypto_requires)
setup(
name="libp2p",
# *IMPORTANT*: Don't manually change the version here. See Contributing docs for the release process.
version="0.2.4",
version="0.2.5",
description=description,
long_description=long_description,
long_description_content_type="text/markdown",