We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8c2231 commit b13d6fcCopy full SHA for b13d6fc
PKG-INFO
@@ -1,6 +1,6 @@
1
Metadata-Version: 1.0
2
Name: python-memcached
3
-Version: 1.31
+Version: 1.58
4
Summary: A Python memcached client library.
5
Home-page: http://www.tummy.com/Community/software/python-memcached/
6
Author: Sean Reifschneider
do_release
@@ -19,7 +19,6 @@ if [ -f /tmp/python-memcached-"$VERSION".tar.gz ]; then
19
exit 1
20
fi
21
22
-sed -ri 's/^(\s*version=).*$/\1"'"$VERSION"'",/' setup.py
23
sed -ri 's/^(\s*__version__\s*=\s*).*$/\1"'"$VERSION"'"/' memcache.py
24
sed -ri 's/^(\sVersion:\s*).*$/\1"'"$VERSION"'"/' PKG-INFO
25
0 commit comments