From c1773efc8670efe0414616dc9642bfadf6d4d2ba Mon Sep 17 00:00:00 2001 From: Sumanjeet Date: Thu, 9 Jul 2026 21:54:16 +0530 Subject: [PATCH] Bump version from 0.6.0 to 0.7.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f2a351273..585e91cfe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta" [project] name = "libp2p" -version = "0.6.0" +version = "0.7.0" description = "libp2p: The Python implementation of the libp2p networking stack" readme = "README.md" requires-python = ">=3.10, <4.0"