Bump version: 0.2.7 → 0.2.8

This commit is contained in:
pacrob
2025-06-10 11:31:46 -06:00
parent 0197b515c1
commit 0f483dd744

View File

@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "libp2p"
version = "0.2.7"
version = "0.2.8"
description = "libp2p: The Python implementation of the libp2p networking stack"
readme = "README.md"
requires-python = ">=3.10, <4.0"
@ -187,7 +187,7 @@ name = "Removals"
showcontent = true
[tool.bumpversion]
current_version = "0.2.7"
current_version = "0.2.8"
parse = """
(?P<major>\\d+)
\\.(?P<minor>\\d+)