diff --git a/getstream/version.py b/getstream/version.py index 21014090..127c148a 100644 --- a/getstream/version.py +++ b/getstream/version.py @@ -1 +1 @@ -VERSION = "2.0.0" +VERSION = "2.1.0" diff --git a/pyproject.toml b/pyproject.toml index 09b617b3..3fd8e74b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "getstream" -version = "2.0.0" +version = "2.1.0" description = "" authors = [ { name = "sachaarbonel", email = "sacha.arbonel@hotmail.fr" },