Bump version: 0.2.6 → 0.2.7

This commit is contained in:
pacrob
2025-05-22 15:27:03 -06:00
parent 76f17cf133
commit 386f0a2299
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.6"
current_version = "0.2.7"
parse = """
(?P<major>\\d+)
\\.(?P<minor>\\d+)

View File

@ -73,7 +73,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.6",
version="0.2.7",
description=description,
long_description=long_description,
long_description_content_type="text/markdown",