From 4d8e65d53c0848ac3c72df7f3c4768d7bd42d585 Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 10 May 2024 13:31:51 +0000 Subject: [PATCH] chore(release): 1.0.1 --- 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 3277f64..50b5ea9 100644 --- a/getstream/version.py +++ b/getstream/version.py @@ -1 +1 @@ -VERSION = "1.0.0" +VERSION = "1.0.1" diff --git a/pyproject.toml b/pyproject.toml index 24aab57..6030a24 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "getstream" -version = "1.0.0" +version = "1.0.1" description = "" authors = [ "sachaarbonel ",