summaryrefslogtreecommitdiff
path: root/README.txt
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2012-07-22 16:58:22 -0400
committerJason R. Coombs <jaraco@jaraco.com>2012-07-22 16:58:22 -0400
commit66585305ccaa12cdb0b89b3c99f2189085c8ec0d (patch)
tree915681c4a845d159cd3d549cb7441120ffffd5aa /README.txt
parent74d0cb6bd34465e717fe353210c8be2dd66b6fd3 (diff)
downloadpython-setuptools-bitbucket-66585305ccaa12cdb0b89b3c99f2189085c8ec0d.tar.gz
Bumped to 0.6.29 in preparation for next release.
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 5d025d61..679b2551 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.28.tar.gz
- $ tar -xzvf distribute-0.6.28.tar.gz
- $ cd distribute-0.6.28
+ $ curl -O http://pypi.python.org/packages/source/d/distribute/distribute-0.6.29.tar.gz
+ $ tar -xzvf distribute-0.6.29.tar.gz
+ $ cd distribute-0.6.29
$ python setup.py install
---------------------------