File tree 3 files changed +3
-3
lines changed 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4
4
[ ![ Coverage Status] [ coverallssvg ]] [ coveralls ] [ ![ Repository] [ repositorysvg ]] [ repository ] [ ![ Downloads] [ downloadssvg ]] [ repository ]
5
5
[ ![ PRs welcome] [ prsvg ]] [ pr ] [ ![ License] [ licensesvg ]] [ license ]
6
6
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
8
8
[ auc ] : https://github.com/lonelyenvoy/python-memoization
9
9
10
10
[ pythonsvg ] : https://img.shields.io/pypi/pyversions/memoization.svg
Original file line number Diff line number Diff line change 10
10
11
11
# Public symbols
12
12
__all__ = ['cached' , 'CachingAlgorithmFlag' ]
13
- __version__ = '0.2.1 '
13
+ __version__ = '0.2.2 '
14
14
15
15
16
16
# Insert the algorithm flags to the global namespace for convenience
Original file line number Diff line number Diff line change 5
5
6
6
setup (
7
7
name = 'memoization' ,
8
- version = '0.2.1 ' ,
8
+ version = '0.2.2 ' ,
9
9
description = 'A powerful caching library for Python, with TTL support and multiple algorithm options. '
10
10
'(https://github.com/lonelyenvoy/python-memoization)' ,
11
11
long_description = long_description ,
You can’t perform that action at this time.
0 commit comments