diff --git a/README.md b/README.md index a630ca5..da23460 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,7 @@ pip install git+https://github.com/remnawave/python-sdk.git@development | Contract Version | Remnawave Panel Version | | ---------------- | ----------------------- | +| 2.1.17 | >=2.1.16 | | 2.1.16 | >=2.1.16 | | 2.1.13 | >=2.1.13, <=2.1.15 | | 2.1.9 | >=2.1.9, <=2.1.12 | diff --git a/pyproject.toml b/pyproject.toml index 07293dc..08bf23c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "remnawave" -version = "2.1.16.post.b" -description = "A Python SDK for interacting with the Remnawave API v2.1.16." +version = "2.1.17" +description = "A Python SDK for interacting with the Remnawave API v2.1.17." authors = [ {name = "Artem",email = "dev@forestsnet.com"} ]