Skip to content

Commit b67931e

Browse files
committed
build: bump version
1 parent 9192c68 commit b67931e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

power_cache/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.1.0"
1+
__version__ = "0.1.1"
22

33
from .async_memoize import AsyncMemoize
44
from .lru import LRUCache

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# └----------------------------------------------------------------------------┘
44
[tool.poetry]
55
name = "power_cache"
6-
version = "0.1.0"
6+
version = "0.1.1"
77
description = "Simple (but powerful) Caching Tools"
88
authors = ["Andres Correa Casablanca <castarco@coderspirit.xyz>"]
99
license = "MIT"

0 commit comments

Comments
 (0)