Revert "Bump version: 0.2.9 → 0.2.10"

This reverts commit 400ee9b896.
This commit is contained in:
pacrob
2025-08-12 07:25:21 -06:00
parent 400ee9b896
commit 1565d409e8

View File

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