summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Reifschneider <jafo@tummy.com>2015-07-26 14:47:56 -0600
committerSean Reifschneider <jafo@tummy.com>2015-07-26 14:47:56 -0600
commitd9d676344edcd8729b7084d7d16b29053b31f5f5 (patch)
tree481c09607b21ed1d489d651a1a4e5086d5a7a866
parent8a48945009ca3766731e87026ad269b259590438 (diff)
downloadpython-memcached-d9d676344edcd8729b7084d7d16b29053b31f5f5.tar.gz
Updating version in memcache.py
-rw-r--r--memcache.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/memcache.py b/memcache.py
index 0612d4b..60aa186 100644
--- a/memcache.py
+++ b/memcache.py
@@ -90,7 +90,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>"
-__version__ = "1.53"
+__version__ = "1.56"
__copyright__ = "Copyright (C) 2003 Danga Interactive"
# http://en.wikipedia.org/wiki/Python_Software_Foundation_License
__license__ = "Python Software Foundation License"