Skip to content

Commit 7c262a0

Browse files
committed
0.1.2
1 parent 12306df commit 7c262a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ellar_throttler/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""A rate limiting module for Ellar"""
22

3-
__version__ = "0.1.0"
3+
__version__ = "0.1.2"
44

55
from .decorators import skip_throttle, throttle
66
from .exception import ThrottledException

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ classifiers = [
4040
]
4141

4242
dependencies = [
43-
"ellar >= 0.5.8"
43+
"ellar >= 0.7.0"
4444
]
4545

4646

0 commit comments

Comments
 (0)