Skip to content

Commit

Permalink
Version changes for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Reifschneider committed May 27, 2016
1 parent f8c2231 commit b13d6fc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion PKG-INFO
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 0 additions & 1 deletion do_release
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit b13d6fc

Please sign in to comment.