From 8372d395c718cf17a144eb6db314832eb86582e9 Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Fri, 14 Oct 2011 11:50:26 -0400 Subject: Bumped to 0.6.24 in preparation for next release. --HG-- branch : distribute extra : rebase_source : 91a4d836ff8a34f433a37f838ec78408ace2aee7 --- README.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README.txt') diff --git a/README.txt b/README.txt index 887d811c..5a3146b8 100755 --- a/README.txt +++ b/README.txt @@ -99,9 +99,9 @@ Source installation Download the source tarball, uncompress it, then run the install command:: - $ curl -O http://pypi.python.org/packages/source/d/distribute/distribute-0.6.23.tar.gz - $ tar -xzvf distribute-0.6.23.tar.gz - $ cd distribute-0.6.23 + $ curl -O http://pypi.python.org/packages/source/d/distribute/distribute-0.6.24.tar.gz + $ tar -xzvf distribute-0.6.24.tar.gz + $ cd distribute-0.6.24 $ python setup.py install --------------------------- -- cgit v1.2.1