diff options
author | Sean Reifschneider <sean@realgo.com> | 2017-12-15 09:15:44 -0700 |
---|---|---|
committer | Sean Reifschneider <sean@realgo.com> | 2017-12-15 09:15:44 -0700 |
commit | 7942465eba2009927e5d14b4b6dbd48b75780d80 (patch) | |
tree | 6125653d8ff8143a29435497f376bd9c25604c21 /memcache.py | |
parent | b96d41d8675ce2d2be2cf5ed5c3c82a2d314ccd8 (diff) | |
download | python-memcached-7942465eba2009927e5d14b4b6dbd48b75780d80.tar.gz |
Updating version in .py file
Diffstat (limited to 'memcache.py')
-rw-r--r-- | memcache.py | 2 |
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" |