diff --git a/getstream/version.py b/getstream/version.py index 4c337c20..707faadc 100644 --- a/getstream/version.py +++ b/getstream/version.py @@ -1 +1 @@ -VERSION = "2.2.2" +VERSION = "2.3.0" diff --git a/pyproject.toml b/pyproject.toml index 1901e2f0..f7fbae7f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "getstream" -version = "2.2.2" +version = "2.3.0" description = "" authors = [ { name = "sachaarbonel", email = "sacha.arbonel@hotmail.fr" },