Skip to content

Commit 292e0fb

Browse files
committed
update version
1 parent 8907d29 commit 292e0fb

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
@@ -4,7 +4,7 @@
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

memoization/memoization.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
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

setup.py

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

66
setup(
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,

0 commit comments

Comments
 (0)