diff options
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,7 +27,7 @@ except: testing_extras = ['nose', 'coverage'] setup(name='repoze.lru', - version='0.7', + version='0.8dev0', description='A tiny LRU cache implementation and decorator', long_description=README + '\n\n' + CHANGES, classifiers=[ |