From 7942465eba2009927e5d14b4b6dbd48b75780d80 Mon Sep 17 00:00:00 2001 From: Sean Reifschneider Date: Fri, 15 Dec 2017 09:15:44 -0700 Subject: Updating version in .py file --- memcache.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/memcache.py b/memcache.py index 353c4ca..05b6657 100644 --- a/memcache.py +++ b/memcache.py @@ -81,7 +81,7 @@ valid_key_chars_re = re.compile(b'[\x21-\x7e\x80-\xff]+$') # Original author: Evan Martin of Danga Interactive __author__ = "Sean Reifschneider " -__version__ = "1.58" +__version__ = "1.59" __copyright__ = "Copyright (C) 2003 Danga Interactive" # http://en.wikipedia.org/wiki/Python_Software_Foundation_License __license__ = "Python Software Foundation License" -- cgit v1.2.1