Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>", "Zgîmbău Tudor <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion upstash_redis/__init__.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down