summaryrefslogtreecommitdiff
path: root/README.txt
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2011-10-14 11:50:26 -0400
committerJason R. Coombs <jaraco@jaraco.com>2011-10-14 11:50:26 -0400
commit8372d395c718cf17a144eb6db314832eb86582e9 (patch)
tree295ceda2e4fb1b72fb846c2bedaec590482ec211 /README.txt
parentd5df4531433b2031186ed2a8b335892b3600912b (diff)
downloadpython-setuptools-git-8372d395c718cf17a144eb6db314832eb86582e9.tar.gz
Bumped to 0.6.24 in preparation for next release.
--HG-- branch : distribute extra : rebase_source : 91a4d836ff8a34f433a37f838ec78408ace2aee7
Diffstat (limited to 'README.txt')
-rwxr-xr-xREADME.txt6
1 files changed, 3 insertions, 3 deletions
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
---------------------------