Skip to content

Commit d9d6763

Browse files
author
Sean Reifschneider
committed
Updating version in memcache.py
1 parent 8a48945 commit d9d6763

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

memcache.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ def useOldServerHashFunction():
9090

9191
# Original author: Evan Martin of Danga Interactive
9292
__author__ = "Sean Reifschneider <[email protected]>"
93-
__version__ = "1.53"
93+
__version__ = "1.56"
9494
__copyright__ = "Copyright (C) 2003 Danga Interactive"
9595
# http://en.wikipedia.org/wiki/Python_Software_Foundation_License
9696
__license__ = "Python Software Foundation License"

0 commit comments

Comments
 (0)