Skip to content

Commit

Permalink
Merge pull request #52 from upstash/bump-1.2.0
Browse files Browse the repository at this point in the history
bump version to 1.2.0
  • Loading branch information
fahreddinozcan authored Sep 12, 2024
2 parents eb24e6c + e6609eb commit 6fc1fe3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.1.0"
version = "1.2.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.1.0"
__version__ = "1.2.0"

from upstash_redis.asyncio.client import Redis as AsyncRedis
from upstash_redis.client import Redis
Expand Down

0 comments on commit 6fc1fe3

Please sign in to comment.