Bump version: 0.2.8 → 0.2.9

This commit is contained in:
pacrob
2025-07-09 15:19:54 -06:00
parent f4eb0158fe
commit 505d3b2a8f

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+)