We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3574af7 commit 651c23fCopy full SHA for 651c23f
1 file changed
async_lru.py
@@ -3,7 +3,7 @@
3
from functools import _CacheInfo, _make_key, partial, wraps
4
5
6
-__version__ = "1.0.2"
+__version__ = "1.0.3"
7
8
__all__ = ("alru_cache",)
9
0 commit comments