diff --git a/README.md b/README.md index 4dc0468..cb28358 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.2.6 | >=2.2.6 | +| 2.3.0 | >=2.3.0 | +| 2.2.6 | ==2.2.6 | | 2.2.3 | >=2.2.13 | | 2.1.19 | >=2.1.19, <2.2.0 | | 2.1.18 | >=2.1.18 | diff --git a/pyproject.toml b/pyproject.toml index 5df7f67..0faaf8e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "remnawave" -version = "2.2.6.post1" -description = "A Python SDK for interacting with the Remnawave API v2.2.6." +version = "2.3.0" +description = "A Python SDK for interacting with the Remnawave API v2.3.0." authors = [ {name = "Artem",email = "dev@forestsnet.com"} ]