summaryrefslogtreecommitdiff
path: root/README.txt
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2012-10-21 04:01:36 -0400
committerJason R. Coombs <jaraco@jaraco.com>2012-10-21 04:01:36 -0400
commit34b253d8ee4a00cf265748c6d6de4e98488108ff (patch)
treefe6e1b537728314919d20e8bd9631bce352eeaed /README.txt
parent6eba7708ffda648c971e9aa3ed8062dca2407340 (diff)
downloadpython-setuptools-bitbucket-34b253d8ee4a00cf265748c6d6de4e98488108ff.tar.gz
Bumped to 0.6.30 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 679b2551..4152d37b 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.29.tar.gz
- $ tar -xzvf distribute-0.6.29.tar.gz
- $ cd distribute-0.6.29
+ $ curl -O http://pypi.python.org/packages/source/d/distribute/distribute-0.6.30.tar.gz
+ $ tar -xzvf distribute-0.6.30.tar.gz
+ $ cd distribute-0.6.30
$ python setup.py install
---------------------------