Skip to content

Commit 96a75cb

Browse files
committed
upgrade to 0.0.9
1 parent 3c29947 commit 96a75cb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![Version][aucsvg]][auc] [![Supports Python][pythonsvg]][python] [![Build Status][travismaster]][travis] [![Repository][repositorysvg]][repository] [![License][licensesvg]][license]
44

5-
[aucsvg]: https://img.shields.io/badge/memoization-v0.0.8-brightgreen.svg
5+
[aucsvg]: https://img.shields.io/badge/memoization-v0.0.9-brightgreen.svg
66
[auc]: https://github.com/lonelyenvoy/python-memoization
77

88
[pythonsvg]: https://img.shields.io/badge/python-2.6,_2.7,_3.2,_3.3,_3.4,_3.5,_3.6,_3.7-brightgreen.svg

memoization/memoization.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from functools import reduce
88
from _undecorated import include_undecorated_function
99

10-
__version__ = '0.0.8'
10+
__version__ = '0.0.9'
1111
_cache = {}
1212

1313

memoization/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from setuptools import setup, find_packages
22

33
setup(name='memoization',
4-
version='0.0.8',
4+
version='0.0.9',
55
description='A minimalist functional caching lib for Python, with TTL and auto memory management support. '
66
'(https://github.com/lonelyenvoy/python-memoization)',
77
keywords='memoization memorization remember decorator cache caching function callable'

0 commit comments

Comments
 (0)