From eca02544df4153deed1199af06ccdcdd51bd0f87 Mon Sep 17 00:00:00 2001 From: Jay Hutchinson Date: Tue, 24 Mar 2015 13:15:47 -0500 Subject: Fixes #13, a bug in lrudecorator. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index c7d7f69..66d441c 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from distutils.core import setup setup( name = "pylru", - version = "1.0.8", + version = "1.0.9", py_modules=['pylru'], description = "A least recently used (LRU) cache implementation", author = "Jay Hutchinson", -- cgit v1.2.1