Skip to content

Commit d616a5f

Browse files
committed
increment version
1 parent d040709 commit d616a5f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

memoization/memoization.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
# Public symbols
1212
__all__ = ['cached', 'CachingAlgorithmFlag']
13-
__version__ = '0.2.2'
13+
__version__ = '0.2.3'
1414

1515

1616
# Insert the algorithm flags to the global namespace for convenience

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name='memoization',
8-
version='0.2.2',
8+
version='0.2.3',
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)