Skip to content

Commit

Permalink
Updating version in memcache.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Reifschneider committed Jul 26, 2015
1 parent 8a48945 commit d9d6763
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion memcache.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def useOldServerHashFunction():

# 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"
Expand Down

0 comments on commit d9d6763

Please sign in to comment.