From f609bdb5e92aebf41a1dfe6f1a50ef0cfd54b2e0 Mon Sep 17 00:00:00 2001 From: Artem Date: Fri, 3 Apr 2026 17:07:32 +0200 Subject: [PATCH] =?UTF-8?q?feat:=20=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8?= =?UTF-8?q?=D1=82=D1=8C=20=D0=B2=D0=B5=D1=80=D1=81=D0=B8=D1=8E=20=D0=B8=20?= =?UTF-8?q?=D0=BE=D0=BF=D0=B8=D1=81=D0=B0=D0=BD=D0=B8=D0=B5=20SDK=20=D0=B4?= =?UTF-8?q?=D0=BE=202.7.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 69b3fdb..57b4af1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "remnawave" -version = "2.7.0" -description = "A Python SDK for interacting with the Remnawave API v2.7.0." +version = "2.7.1" +description = "A Python SDK for interacting with the Remnawave API v2.7.1." authors = [ {name = "Artem",email = "dev@forestsnet.com"} ]