Skip to content

Commit 6fc1fe3

Browse files
Merge pull request #52 from upstash/bump-1.2.0
bump version to 1.2.0
2 parents eb24e6c + e6609eb commit 6fc1fe3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "upstash-redis"
3-
version = "1.1.0"
3+
version = "1.2.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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "1.1.0"
1+
__version__ = "1.2.0"
22

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

0 commit comments

Comments
 (0)