feat: Update library version to 1.1.0 and README for compatibility with Remnawave v1.6.0

This commit is contained in:
Artem 2025-05-02 17:40:42 +02:00
parent c64756aed1
commit 80664e2d03
No known key found for this signature in database
GPG key ID: 833485276B7902CE
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

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