Skip to content

Commit 38d27f6

Browse files
authored
fix: bump version to 1.4.0 (#61)
1 parent 8c1d029 commit 38d27f6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "upstash-redis"
3-
version = "1.3.0"
3+
version = "1.4.0"
44
description = "Serverless Redis SDK from Upstash"
55
license = "MIT"
66
authors = ["Upstash <support@upstash.com>", "Zgîmbău Tudor <tudor.zgimbau@gmail.com>"]

upstash_redis/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "1.3.0"
1+
__version__ = "1.4.0"
22

33
from upstash_redis.asyncio.client import Redis as AsyncRedis
44
from upstash_redis.client import Redis

0 commit comments

Comments
 (0)