Merge branch 'main' into dependency-chore

This commit is contained in:
Manu Sheel Gupta
2025-07-12 07:20:40 -07:00
committed by GitHub
29 changed files with 309 additions and 55 deletions

View File

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