File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 44[ ![ Coverage Status] [ coverallssvg ]] [ coveralls ] [ ![ Repository] [ repositorysvg ]] [ repository ] [ ![ Downloads] [ downloadssvg ]] [ repository ]
55[ ![ PRs welcome] [ prsvg ]] [ pr ] [ ![ License] [ licensesvg ]] [ license ]
66
7- [ aucsvg ] : https://img.shields.io/badge/memoization-v0.2.1 -brightgreen.svg
7+ [ aucsvg ] : https://img.shields.io/badge/memoization-v0.2.2 -brightgreen.svg
88[ auc ] : https://github.com/lonelyenvoy/python-memoization
99
1010[ pythonsvg ] : https://img.shields.io/pypi/pyversions/memoization.svg
Original file line number Diff line number Diff line change 1010
1111# Public symbols
1212__all__ = ['cached' , 'CachingAlgorithmFlag' ]
13- __version__ = '0.2.1 '
13+ __version__ = '0.2.2 '
1414
1515
1616# Insert the algorithm flags to the global namespace for convenience
Original file line number Diff line number Diff line change 55
66setup (
77 name = 'memoization' ,
8- version = '0.2.1 ' ,
8+ version = '0.2.2 ' ,
99 description = 'A powerful caching library for Python, with TTL support and multiple algorithm options. '
1010 '(https://github.com/lonelyenvoy/python-memoization)' ,
1111 long_description = long_description ,
You can’t perform that action at this time.
0 commit comments