From 7b49853cb59e15b9c7432584bc57f18b38845333 Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Fri, 18 May 2012 15:46:40 -0400 Subject: Bumped to 0.6.28 in preparation for next release. --HG-- branch : distribute extra : rebase_source : eb9a0f08f4b371984517f556638682828e7048b1 --- README.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README.txt') 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 --------------------------- -- cgit v1.2.1