From e076a038bccd7506e28e08a1b317a99bd361792b Mon Sep 17 00:00:00 2001 From: pacrob <5199899+pacrob@users.noreply.github.com> Date: Mon, 12 May 2025 13:46:14 -0600 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.2.5=20=E2=86=92=200.2.6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c0a88e52..c2398b66 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -127,7 +127,7 @@ name = "Removals" showcontent = true [tool.bumpversion] -current_version = "0.2.5" +current_version = "0.2.6" parse = """ (?P\\d+) \\.(?P\\d+) diff --git a/setup.py b/setup.py index 7bbc0355..fdeede33 100644 --- a/setup.py +++ b/setup.py @@ -73,7 +73,7 @@ install_requires.extend(crypto_requires) setup( name="libp2p", # *IMPORTANT*: Don't manually change the version here. See Contributing docs for the release process. - version="0.2.5", + version="0.2.6", description=description, long_description=long_description, long_description_content_type="text/markdown",