diff options
-rwxr-xr-x | README.txt | 6 | ||||
-rwxr-xr-x | release.sh | 2 |
2 files changed, 4 insertions, 4 deletions
@@ -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.15.tar.gz - $ tar -xzvf distribute-0.6.15.tar.gz - $ cd distribute-0.6.15 + $ curl -O http://pypi.python.org/packages/source/d/distribute/distribute-0.6.17.tar.gz + $ tar -xzvf distribute-0.6.17.tar.gz + $ cd distribute-0.6.17 $ python setup.py install --------------------------- @@ -1,5 +1,5 @@ #!/bin/sh -export VERSION="0.6.15" +export VERSION="0.6.17" # tagging hg tag $VERSION |