From 40102f07a08808c2c356891608fd201ee02e618b Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Sat, 24 Nov 2012 23:04:02 -0500 Subject: Bumped to 0.6.32 in preparation for next release. --HG-- branch : distribute extra : rebase_source : 107cb8e68f5d9d947096d0733e841ba568df0be2 --- README.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README.txt') diff --git a/README.txt b/README.txt index 7b5ae24a..f27d2b95 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.31.tar.gz - $ tar -xzvf distribute-0.6.31.tar.gz - $ cd distribute-0.6.31 + $ 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 $ python setup.py install --------------------------- -- cgit v1.2.1