Skip to content

Commit

Permalink
1.0.1: improves README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kaelzhang committed Jun 27, 2020
1 parent 646c556 commit c27d853
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aiodecorator/__init__.py
@@ -1,4 +1,4 @@
__version__ = '1.0.0'
__version__ = '1.0.1'

__all__ = (
'throttle'
Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
Expand Up @@ -7,7 +7,7 @@

Python decorators for asyncio, including

- throttle
- **throttle**: Throttle a (coroutine) function that return an `Awaitable`
<!-- - limit -->
<!-- - timeout -->

Expand Down

0 comments on commit c27d853

Please sign in to comment.