Skip to content

Commit

Permalink
Bump the version to 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz authored May 7, 2022
1 parent 3574af7 commit 651c23f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion async_lru.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from functools import _CacheInfo, _make_key, partial, wraps


__version__ = "1.0.2"
__version__ = "1.0.3"

__all__ = ("alru_cache",)

Expand Down

0 comments on commit 651c23f

Please sign in to comment.