Skip to content

Commit

Permalink
Merge pull request #49 from upstash/bump-version
Browse files Browse the repository at this point in the history
bump version to 1.1.0
  • Loading branch information
CahidArda committed May 16, 2024
2 parents 1f5943e + d051776 commit b785df0
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.0.0"
version = "1.1.0"
description = "Serverless Redis SDK from Upstash"
license = "MIT"
authors = ["Upstash <support@upstash.com>", "Zgîmbău Tudor <tudor.zgimbau@gmail.com>"]
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.0.0"
__version__ = "1.1.0"

from upstash_redis.client import Redis

Expand Down

0 comments on commit b785df0

Please sign in to comment.