aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xrelease.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/release.sh b/release.sh
index 4727aaf3..7d19557c 100755
--- a/release.sh
+++ b/release.sh
@@ -15,10 +15,10 @@ python2.6 setup.py -q egg_info -RDb '' bdist_egg
python2.6 setup.py -q egg_info -RDb '' sdist
# updating the md5 hashes
-python bootstrap.py --md5update dist/distribute-$VERSION-py2.3.egg
-python bootstrap.py --md5update dist/distribute-$VERSION-py2.4.egg
-python bootstrap.py --md5update dist/distribute-$VERSION-py2.5.egg
-python bootstrap.py --md5update dist/distribute-$VERSION-py2.6.egg
+python bootstrapping.py --md5update dist/distribute-$VERSION-py2.3.egg
+python bootstrapping.py --md5update dist/distribute-$VERSION-py2.4.egg
+python bootstrapping.py --md5update dist/distribute-$VERSION-py2.5.egg
+python bootstrapping.py --md5update dist/distribute-$VERSION-py2.6.egg
# XXX uploads will be done here