Version changes for release.

This commit is contained in:
Sean Reifschneider
2016-05-27 14:03:45 -06:00
parent f8c2231c16
commit b13d6fcb71
2 changed files with 1 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
Metadata-Version: 1.0
Name: python-memcached
Version: 1.31
Version: 1.58
Summary: A Python memcached client library.
Home-page: http://www.tummy.com/Community/software/python-memcached/
Author: Sean Reifschneider

View File

@@ -19,7 +19,6 @@ if [ -f /tmp/python-memcached-"$VERSION".tar.gz ]; then
exit 1
fi
sed -ri 's/^(\s*version=).*$/\1"'"$VERSION"'",/' setup.py
sed -ri 's/^(\s*__version__\s*=\s*).*$/\1"'"$VERSION"'"/' memcache.py
sed -ri 's/^(\sVersion:\s*).*$/\1"'"$VERSION"'"/' PKG-INFO