Skip to content

Commit

Permalink
version 0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
keithrozario committed Apr 7, 2020
1 parent 6681add commit 0355413
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lambda_cache/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__all__ = ["cache", "get_entry"]
__version__ = "0.7.1"
__version__ = "0.7.2"

from .ssm import cache, get_entry
from .secrets_manager import cache, get_entry
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "lambda-cache"
version = "0.7.1"
version = "0.7.2"
description = "Python utility for simple caching in AWS Lambda functions"
authors = ["keithrozario <[email protected]>"]
documentation = "https://simple-lambda-cache.readthedocs.io/en/latest/"
Expand Down

0 comments on commit 0355413

Please sign in to comment.