From 3a2f4fc0fddf1da500d6f81da689a7366f2ede89 Mon Sep 17 00:00:00 2001 From: CahidArda Date: Mon, 7 Apr 2025 13:02:28 +0300 Subject: [PATCH] fix: bump version to 1.4.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 27d2556..12edb17 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "upstash-redis" -version = "1.3.0" +version = "1.4.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 6482097..268539d 100644 --- a/upstash_redis/__init__.py +++ b/upstash_redis/__init__.py @@ -1,4 +1,4 @@ -__version__ = "1.3.0" +__version__ = "1.4.0" from upstash_redis.asyncio.client import Redis as AsyncRedis from upstash_redis.client import Redis