summaryrefslogtreecommitdiff
path: root/README.txt
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2012-05-18 15:46:40 -0400
committerJason R. Coombs <jaraco@jaraco.com>2012-05-18 15:46:40 -0400
commit7b49853cb59e15b9c7432584bc57f18b38845333 (patch)
treebd6321bfb8320894ffbc0fb4a9e41f302cc3a5fa /README.txt
parentc12a58c82e556d8cba9b4a083d597f0669279185 (diff)
downloadpython-setuptools-git-7b49853cb59e15b9c7432584bc57f18b38845333.tar.gz
Bumped to 0.6.28 in preparation for next release.
--HG-- branch : distribute extra : rebase_source : eb9a0f08f4b371984517f556638682828e7048b1
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 fadc7d79..5d025d61 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.27.tar.gz
- $ tar -xzvf distribute-0.6.27.tar.gz
- $ cd distribute-0.6.27
+ $ 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
$ python setup.py install
---------------------------