Skip to content

Commit f06e410

Browse files
authored
0.0.6
1 parent 07760d4 commit f06e410

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.4"
3+
__version__ = "0.0.6"
44

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

0 commit comments

Comments
 (0)