summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJay Hutchinson <jlhutch@gmail.com>2015-03-17 12:39:52 -0500
committerJay Hutchinson <jlhutch@gmail.com>2015-03-17 12:39:52 -0500
commitd9ef20b0e3452034824e8f63faf9638a68bb695a (patch)
treebd6caa877d65e3f8f19b433c9db69736a1b7149c /setup.py
parent5e24a4b4d141ff7b6426d771ada3801665132e5c (diff)
downloadpylru-d9ef20b0e3452034824e8f63faf9638a68bb695a.tar.gz
Version 1.0.7v1.0.7
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 5c99196..7ccf204 100644
--- a/setup.py
+++ b/setup.py
@@ -2,7 +2,7 @@ from distutils.core import setup
setup(
name = "pylru",
- version = "1.0.6",
+ version = "1.0.7",
py_modules=['pylru'],
description = "A least recently used (LRU) cache implementation",
author = "Jay Hutchinson",