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