Skip to content

Commit 651c23f

Browse files
authored
Bump the version to 1.0.3
1 parent 3574af7 commit 651c23f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

async_lru.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from functools import _CacheInfo, _make_key, partial, wraps
44

55

6-
__version__ = "1.0.2"
6+
__version__ = "1.0.3"
77

88
__all__ = ("alru_cache",)
99

0 commit comments

Comments
 (0)