diff --git a/async_lru.py b/async_lru.py index 94ee725..717e52c 100644 --- a/async_lru.py +++ b/async_lru.py @@ -3,7 +3,7 @@ from functools import _CacheInfo, _make_key, partial, wraps -__version__ = "1.0.2" +__version__ = "1.0.3" __all__ = ("alru_cache",)