From 99be176f5d9b4f2fcbfd36f398ab3ab12a8d4b1e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 13:27:44 +0200 Subject: [PATCH] Release 1.1.0 (#52) Co-authored-by: github-actions --- getstream/version.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/getstream/version.py b/getstream/version.py index 9d33622..2a3eb2f 100644 --- a/getstream/version.py +++ b/getstream/version.py @@ -1 +1 @@ -VERSION = "1.0.5" +VERSION = "1.1.0" diff --git a/pyproject.toml b/pyproject.toml index 2685499..799e68a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "getstream" -version = "1.0.5" +version = "1.1.0" description = "" authors = [ "sachaarbonel ",