Skip to content

Commit b785df0

Browse files
authored
Merge pull request #49 from upstash/bump-version
bump version to 1.1.0
2 parents 1f5943e + d051776 commit b785df0

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.0.0"
3+
version = "1.1.0"
44
description = "Serverless Redis SDK from Upstash"
55
license = "MIT"
66
authors = ["Upstash <[email protected]>", "Zgîmbău Tudor <[email protected]>"]

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.0.0"
1+
__version__ = "1.1.0"
22

33
from upstash_redis.client import Redis
44

0 commit comments

Comments
 (0)