diff --git a/getstream/version.py b/getstream/version.py index 4cf03a8d..af63e4ae 100644 --- a/getstream/version.py +++ b/getstream/version.py @@ -1 +1 @@ -VERSION = "1.3.1" +VERSION = "1.4.0" diff --git a/pyproject.toml b/pyproject.toml index 96e6b143..e2d66a2d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "getstream" -version = "1.3.1" +version = "1.4.0" description = "" authors = [ { name = "sachaarbonel", email = "sacha.arbonel@hotmail.fr" },