summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Reifschneider <jafo@tummy.com>2013-06-02 01:21:59 -0600
committerSean Reifschneider <jafo@tummy.com>2013-06-02 01:21:59 -0600
commit0e106fc6054a59d51b996325e944fea42f910300 (patch)
treefe34a9b3f7fe91a9e7faa66473f865c4a7b0a918
parentc9143d30c2d92fe177902361916cbeb067b97ebe (diff)
downloadpython-memcached-0e106fc6054a59d51b996325e944fea42f910300.tar.gz
Updating version number.release-1.52
-rw-r--r--memcache.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/memcache.py b/memcache.py
index ed63853..542211a 100644
--- a/memcache.py
+++ b/memcache.py
@@ -82,7 +82,7 @@ valid_key_chars_re = re.compile('[\x21-\x7e\x80-\xff]+$')
# Original author: Evan Martin of Danga Interactive
__author__ = "Sean Reifschneider <jafo-memcached@tummy.com>"
-__version__ = "1.51"
+__version__ = "1.52"
__copyright__ = "Copyright (C) 2003 Danga Interactive"
# http://en.wikipedia.org/wiki/Python_Software_Foundation_License
__license__ = "Python Software Foundation License"