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"}