Bump version: 0.2.5 → 0.2.6

This commit is contained in:
pacrob
2025-05-12 13:46:14 -06:00
parent ede850d943
commit e076a038bc
2 changed files with 2 additions and 2 deletions

View File

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

View File

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