Skip to content

Commit 7942465

Browse files
committed
Updating version in .py file
1 parent b96d41d commit 7942465

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
@@ -81,7 +81,7 @@ def useOldServerHashFunction():
8181

8282
# Original author: Evan Martin of Danga Interactive
8383
__author__ = "Sean Reifschneider <[email protected]>"
84-
__version__ = "1.58"
84+
__version__ = "1.59"
8585
__copyright__ = "Copyright (C) 2003 Danga Interactive"
8686
# http://en.wikipedia.org/wiki/Python_Software_Foundation_License
8787
__license__ = "Python Software Foundation License"

0 commit comments

Comments
 (0)