diff --git a/README.md b/README.md index b7b0f24..b59e08e 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,8 @@ pip install git+https://github.com/remnawave/python-sdk.git@development | Contract Version | Remnawave Panel Version | | ---------------- | ----------------------- | -| 2.0.0 | >=2.0.0 | +| 2.1.1. | >=2.1.1 | +| 2.0.0 | >=2.0.0,<2.1.0 | | 1.1.3 | >=1.6.12,<2.0.0 | | 1.1.2 | >=1.6.3,<=1.6.11 | | 1.1.1 | 1.6.1, 1.6.2 | diff --git a/pyproject.toml b/pyproject.toml index ee437fd..8f0c971 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "remnawave" -version = "2.0.0" -description = "A Python SDK for interacting with the Remnawave API v2.0.0." +version = "2.1.1" +description = "A Python SDK for interacting with the Remnawave API v2.1.1." authors = [ {name = "Artem",email = "dev@forestsnet.com"} ]