diff options
| author | PJ Eby <distutils-sig@python.org> | 2007-05-31 17:48:28 +0000 |
|---|---|---|
| committer | PJ Eby <distutils-sig@python.org> | 2007-05-31 17:48:28 +0000 |
| commit | 29c54edeca3c017eae443dd2b4282a84cf037f06 (patch) | |
| tree | 193df47b2170ec4903e9030ce1513c39fba9a532 /release.sh | |
| parent | b364978eee6eaf2e03999ab0590a16278a03b13e (diff) | |
| download | external_python_setuptools-29c54edeca3c017eae443dd2b4282a84cf037f06.tar.gz external_python_setuptools-29c54edeca3c017eae443dd2b4282a84cf037f06.tar.bz2 external_python_setuptools-29c54edeca3c017eae443dd2b4282a84cf037f06.zip | |
bump version
--HG--
branch : setuptools-0.6
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4055713
Diffstat (limited to 'release.sh')
| -rwxr-xr-x | release.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ # If your initials aren't PJE, don't run it. :) # -export VERSION="0.6c6" +export VERSION="0.6c7" python2.3 setup.py -q release source --target-version=2.3 upload && \ python2.4 setup.py -q release binary --target-version=2.4 upload && \ |
