Skip to content

Commit f47abbe

Browse files
committed
0.0.2
1 parent 879aaea commit f47abbe

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

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

0 commit comments

Comments
 (0)