summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index da55d2a..9017640 100644
--- a/setup.py
+++ b/setup.py
@@ -25,7 +25,7 @@ except:
CHANGES = ''
setup(name='repoze.lru',
- version='0.5dev',
+ version='0.5',
description='A tiny LRU cache implementation and decorator',
long_description=README + '\n\n' + CHANGES,
classifiers=[