summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Reifschneider <sean@realgo.com>2017-12-15 09:15:44 -0700
committerSean Reifschneider <sean@realgo.com>2017-12-15 09:15:44 -0700
commit7942465eba2009927e5d14b4b6dbd48b75780d80 (patch)
tree6125653d8ff8143a29435497f376bd9c25604c21
parentb96d41d8675ce2d2be2cf5ed5c3c82a2d314ccd8 (diff)
downloadpython-memcached-7942465eba2009927e5d14b4b6dbd48b75780d80.tar.gz
Updating version in .py file
-rw-r--r--memcache.py2
1 files changed, 1 insertions, 1 deletions
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 <jafo00@gmail.com>"
-__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"