summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJay Hutchinson <jlhutch@gmail.com>2015-03-18 15:33:44 -0500
committerJay Hutchinson <jlhutch@gmail.com>2015-03-18 15:33:44 -0500
commit8bc0dd277d38aca3535959409cc3f083eb136108 (patch)
treec5fb39592f3be80395a7939f585e76b538a7876b
parent81a3f17b5c9ed5aee7371aa0c36952a4a88f4c52 (diff)
downloadpylru-8bc0dd277d38aca3535959409cc3f083eb136108.tar.gz
Moved version to 1.0.8v1.0.8
-rw-r--r--setup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 7ccf204..c7d7f69 100644
--- a/setup.py
+++ b/setup.py
@@ -2,12 +2,12 @@ from distutils.core import setup
setup(
name = "pylru",
- version = "1.0.7",
+ version = "1.0.8",
py_modules=['pylru'],
description = "A least recently used (LRU) cache implementation",
author = "Jay Hutchinson",
author_email = "jlhutch+pylru@gmail.com",
- url = "http://github.com/jlhutch/pylru",
+ url = "https://github.com/jlhutch/pylru",
classifiers = [
"Programming Language :: Python :: 2.6",
"Programming Language :: Python :: 2.7",