summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJay Hutchinson <jlhutch@gmail.com>2010-10-10 13:22:38 -0500
committerJay Hutchinson <jlhutch@gmail.com>2010-10-10 13:22:38 -0500
commit52fa54a4715705554ee3941e60d00ae0bdb9e773 (patch)
tree484f928ac14037cb8ea5ba39b2a8d399df7470f1
parent501a1a37c0db7a48e82e6e18c319ab2dd2e779e8 (diff)
downloadpylru-52fa54a4715705554ee3941e60d00ae0bdb9e773.tar.gz
Updated version to 1.0.1 in setup.pyv1.0.1
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 2434e20..6db98c3 100644
--- a/setup.py
+++ b/setup.py
@@ -2,7 +2,7 @@ from distutils.core import setup
setup(
name = "pylru",
- version = "1.0.0",
+ version = "1.0.1",
py_modules=['pylru'],
description = "A least recently used (LRU) cache implementation",
author = "Jay Hutchinson",