summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJay Hutchinson <jlhutch@gmail.com>2019-03-12 13:27:47 -0500
committerJay Hutchinson <jlhutch@gmail.com>2019-03-12 13:27:47 -0500
commitd32647f9b25cda878f48db60963048e41572258e (patch)
tree5156d6fb3d863908b010e5c7f0087a16e76346dd
parent40b847487e536df1a49970f7c10e5146a323f3ac (diff)
downloadpylru-d32647f9b25cda878f48db60963048e41572258e.tar.gz
Version bump.v1.2.0
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 15eb93f..bcc2caa 100644
--- a/setup.py
+++ b/setup.py
@@ -2,7 +2,7 @@ from distutils.core import setup
setup(
name = "pylru",
- version = "1.1.0",
+ version = "1.2.0",
py_modules=['pylru'],
description = "A least recently used (LRU) cache implementation",
author = "Jay Hutchinson",