From d0517767c2e98fb7b98eb267f7b19f4bf5835c0a Mon Sep 17 00:00:00 2001 From: CahidArda Date: Thu, 16 May 2024 11:41:47 +0300 Subject: [PATCH] bump version to 1.1.0 --- pyproject.toml | 2 +- upstash_redis/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8e38693..944fb01 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "upstash-redis" -version = "1.0.0" +version = "1.1.0" description = "Serverless Redis SDK from Upstash" license = "MIT" authors = ["Upstash ", "Zgîmbău Tudor "] diff --git a/upstash_redis/__init__.py b/upstash_redis/__init__.py index 7dfdfff..5d3102b 100644 --- a/upstash_redis/__init__.py +++ b/upstash_redis/__init__.py @@ -1,4 +1,4 @@ -__version__ = "1.0.0" +__version__ = "1.1.0" from upstash_redis.client import Redis