summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJay Hutchinson <jlhutch@gmail.com>2018-05-08 12:25:25 -0500
committerJay Hutchinson <jlhutch@gmail.com>2018-05-08 12:25:25 -0500
commite2605be933628927e6894d58bc1c41c321428a55 (patch)
treee017cf3d91d48f1ebe763981baef321737d434bd
parentefe9c72e360f4be3b9d3a2daedbc28dde1f71c72 (diff)
downloadpylru-e2605be933628927e6894d58bc1c41c321428a55.tar.gz
Bumped version to 1.1.0v1.1.0
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 66d441c..0bfcf22 100644
--- a/setup.py
+++ b/setup.py
@@ -2,7 +2,7 @@ from distutils.core import setup
setup(
name = "pylru",
- version = "1.0.9",
+ version = "1.1.0",
py_modules=['pylru'],
description = "A least recently used (LRU) cache implementation",
author = "Jay Hutchinson",