We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d040709 commit d616a5fCopy full SHA for d616a5f
memoization/memoization.py
@@ -10,7 +10,7 @@
10
11
# Public symbols
12
__all__ = ['cached', 'CachingAlgorithmFlag']
13
-__version__ = '0.2.2'
+__version__ = '0.2.3'
14
15
16
# Insert the algorithm flags to the global namespace for convenience
setup.py
@@ -5,7 +5,7 @@
5
6
setup(
7
name='memoization',
8
- version='0.2.2',
+ version='0.2.3',
9
description='A powerful caching library for Python, with TTL support and multiple algorithm options. '
'(https://github.com/lonelyenvoy/python-memoization)',
long_description=long_description,
0 commit comments