Skip to content

Commit

Permalink
bump version to 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
burak-upstash committed Jul 17, 2023
1 parent 7ad418b commit aa6dcc3
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-ratelimit"
version = "0.5.0"
version = "0.5.1"
description = "Serverless ratelimiting package from Upstash"
authors = ["Upstash <support@upstash.com>", "Zgîmbău Tudor <tudor.zgimbau@gmail.com>"]
maintainers = ["Upstash <support@upstash.com>"]
Expand Down
2 changes: 1 addition & 1 deletion upstash_ratelimit/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.5.0"
__version__ = "0.5.1"

from upstash_ratelimit.limiter import FixedWindow, Response, SlidingWindow, TokenBucket
from upstash_ratelimit.ratelimit import Ratelimit
Expand Down

0 comments on commit aa6dcc3

Please sign in to comment.