summaryrefslogtreecommitdiff
path: root/README.txt
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2012-11-26 12:18:36 -0500
committerJason R. Coombs <jaraco@jaraco.com>2012-11-26 12:18:36 -0500
commit1c2dff7451101c9cfb37e4ae16eb23ef17332f5a (patch)
tree691a0a730b6bccd2f4f2ebce5b882a87b3c92d10 /README.txt
parent49c2791a723073e0f00189892516ef90f9ce8935 (diff)
downloadpython-setuptools-git-1c2dff7451101c9cfb37e4ae16eb23ef17332f5a.tar.gz
Bumped to 0.6.33 in preparation for next release.
--HG-- branch : distribute extra : rebase_source : cbb90a165b1e410ac7998fe5a57f0c84e9c024d3
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 f27d2b95..a364a062 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.32.tar.gz
- $ tar -xzvf distribute-0.6.32.tar.gz
- $ cd distribute-0.6.32
+ $ curl -O http://pypi.python.org/packages/source/d/distribute/distribute-0.6.33.tar.gz
+ $ tar -xzvf distribute-0.6.33.tar.gz
+ $ cd distribute-0.6.33
$ python setup.py install
---------------------------