Skip to content

Commit 2057763

Browse files
authored
0.0.7
1 parent 0f45079 commit 2057763

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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.0.6"
3+
__version__ = "0.0.7"
44

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

0 commit comments

Comments
 (0)