summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJay Hutchinson <jlhutch@gmail.com>2011-07-15 22:28:46 -0500
committerJay Hutchinson <jlhutch@gmail.com>2011-07-15 22:28:46 -0500
commitbe8a13836720f75ce77efdeeaceef7f884f22aaa (patch)
tree8904a2e395d7823752de1e9e7956c6e093a3509d
parentbca4139808bdfc0796beba55da84ff558e5538fc (diff)
downloadpylru-be8a13836720f75ce77efdeeaceef7f884f22aaa.tar.gz
Bumped release number.v1.0.3
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 950b02e..6308daf 100644
--- a/setup.py
+++ b/setup.py
@@ -2,7 +2,7 @@ from distutils.core import setup
setup(
name = "pylru",
- version = "1.0.2",
+ version = "1.0.3",
py_modules=['pylru'],
description = "A least recently used (LRU) cache implementation",
author = "Jay Hutchinson",