We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c1d029 commit 38d27f6Copy full SHA for 38d27f6
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "upstash-redis"
3
-version = "1.3.0"
+version = "1.4.0"
4
description = "Serverless Redis SDK from Upstash"
5
license = "MIT"
6
authors = ["Upstash <support@upstash.com>", "Zgîmbău Tudor <tudor.zgimbau@gmail.com>"]
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
0 commit comments