summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJay Hutchinson <jlhutch@gmail.com>2011-07-23 02:21:41 -0500
committerJay Hutchinson <jlhutch@gmail.com>2011-07-23 02:21:41 -0500
commit57ce78406d76c0c2c26f7b4a938d06bb2379830e (patch)
tree39896b703b099b6052aa26e0bc73abaa65abfba0 /setup.py
parentc1536c5c425408df5a3f52511a47433051634385 (diff)
downloadpylru-57ce78406d76c0c2c26f7b4a938d06bb2379830e.tar.gz
Bump version to 1.0.4v1.0.4
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 6308daf..ca48a30 100644
--- a/setup.py
+++ b/setup.py
@@ -2,7 +2,7 @@ from distutils.core import setup
setup(
name = "pylru",
- version = "1.0.3",
+ version = "1.0.4",
py_modules=['pylru'],
description = "A least recently used (LRU) cache implementation",
author = "Jay Hutchinson",