From 80664e2d03e964971dbd395d6393135f926993dc Mon Sep 17 00:00:00 2001 From: Artem Date: Fri, 2 May 2025 17:40:42 +0200 Subject: [PATCH] feat: Update library version to 1.1.0 and README for compatibility with Remnawave v1.6.0 --- README.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b581661..4af7605 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ A Python SDK client for interacting with the **[Remnawave API](https://remna.st)**. This library simplifies working with the API by providing convenient controllers, Pydantic models for requests and responses, and fast serialization with `orjson`. -Library checked with Remnawave **[v1.5.7](https://github.com/remnawave/panel/releases/tag/1.5.7)** +Library checked with Remnawave **[v1.6.0](https://github.com/remnawave/panel/releases/tag/1.6.0)** ## ✨ Key Features diff --git a/pyproject.toml b/pyproject.toml index 1f0b5bd..31a9228 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "remnawave-api" -version = "1.0.8" +version = "1.1.0" description = "A Python SDK for interacting with the Remnawave API." authors = [ {name = "Artem",email = "sm1ky@forestsnet.com"}