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 9192c68 commit b67931eCopy full SHA for b67931e
power_cache/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = "0.1.0"
+__version__ = "0.1.1"
2
3
from .async_memoize import AsyncMemoize
4
from .lru import LRUCache
pyproject.toml
@@ -3,7 +3,7 @@
# └----------------------------------------------------------------------------┘
[tool.poetry]
5
name = "power_cache"
6
-version = "0.1.0"
+version = "0.1.1"
7
description = "Simple (but powerful) Caching Tools"
8
authors = ["Andres Correa Casablanca <castarco@coderspirit.xyz>"]
9
license = "MIT"
0 commit comments