summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Reifschneider <sean@realgo.com>2017-12-15 09:14:57 -0700
committerSean Reifschneider <sean@realgo.com>2017-12-15 09:14:57 -0700
commitb96d41d8675ce2d2be2cf5ed5c3c82a2d314ccd8 (patch)
treea9ebe5fd3ff2287c32cf7d7cc7b06527c26179cc
parentd779bb0f3e357a20c7eca1e5cf4cf52a29f71b8d (diff)
downloadpython-memcached-b96d41d8675ce2d2be2cf5ed5c3c82a2d314ccd8.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 80c87d6..353c4ca 100644
--- a/memcache.py
+++ b/memcache.py
@@ -80,7 +80,7 @@ valid_key_chars_re = re.compile(b'[\x21-\x7e\x80-\xff]+$')
# Original author: Evan Martin of Danga Interactive
-__author__ = "Sean Reifschneider <jafo-memcached@tummy.com>"
+__author__ = "Sean Reifschneider <jafo00@gmail.com>"
__version__ = "1.58"
__copyright__ = "Copyright (C) 2003 Danga Interactive"
# http://en.wikipedia.org/wiki/Python_Software_Foundation_License