Skip to content

Commit

Permalink
v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
abersheeran committed Dec 7, 2022
1 parent 30dc417 commit 3a57bef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "asgi-ratelimit"
version = "0.9.0"
version = "0.10.0"
description = ""
authors = ["abersheeran <me@abersheeran.com>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion ratelimit/__version__.py
@@ -1,3 +1,3 @@
VERSION = (0, 9, 0)
VERSION = (0, 10, 0)

__version__ = ".".join(map(str, VERSION))

0 comments on commit 3a57bef

Please sign in to comment.