From 45cd1000428951367b43c0ecccbdfbeaa8be8eef Mon Sep 17 00:00:00 2001 From: Artem Date: Wed, 23 Apr 2025 17:29:56 +0200 Subject: [PATCH] feat: Update version to 1.0.2 in pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 363af3d..29bb240 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "remnawave-api" -version = "1.0.1" +version = "1.0.2" description = "A Python SDK for interacting with the Remnawave API." authors = [ {name = "Artem",email = "sm1ky@forestsnet.com"}