summaryrefslogtreecommitdiff
path: root/README.txt
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2012-04-07 22:24:01 -0400
committerJason R. Coombs <jaraco@jaraco.com>2012-04-07 22:24:01 -0400
commita17a1c96caac7e6d602a750281dae564c56568cc (patch)
tree8434884984a3c2ddc4f64d6ed08380c387819403 /README.txt
parent01fccfb21c330195ff03515446460fddf0d54e52 (diff)
downloadpython-setuptools-git-a17a1c96caac7e6d602a750281dae564c56568cc.tar.gz
Bumped to 0.6.27 in preparation for next release.
--HG-- branch : distribute extra : rebase_source : 0addbfe4e10e6ce8b94bf4b2916079bce91bca7f
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 bc9b8454..fadc7d79 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.26.tar.gz
- $ tar -xzvf distribute-0.6.26.tar.gz
- $ cd distribute-0.6.26
+ $ curl -O http://pypi.python.org/packages/source/d/distribute/distribute-0.6.27.tar.gz
+ $ tar -xzvf distribute-0.6.27.tar.gz
+ $ cd distribute-0.6.27
$ python setup.py install
---------------------------