Skip to content

Commit

Permalink
Bump project version to 0.15.0 (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdumandag authored Jul 10, 2023
1 parent deada8c commit 517f87a
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 = "0.14.5"
version = "0.15.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__ = "0.14.5"
__version__ = "0.15.0"

from upstash_redis.client import Redis

Expand Down

0 comments on commit 517f87a

Please sign in to comment.