From 1565d409e86667e7413687f169a341043ec03840 Mon Sep 17 00:00:00 2001 From: pacrob <5199899+pacrob@users.noreply.github.com> Date: Tue, 12 Aug 2025 07:25:21 -0600 Subject: [PATCH] =?UTF-8?q?Revert=20"Bump=20version:=200.2.9=20=E2=86=92?= =?UTF-8?q?=200.2.10"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 400ee9b89606e97b157bb41451e054cc5daff58b. --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d79b5823..1718f226 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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\\d+) \\.(?P\\d+)