diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2013-05-13 08:22:02 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2013-05-13 08:22:02 -0400 |
commit | 17bc3630ba27ac4ce6fe4537f071e5621c31a5bc (patch) | |
tree | f6d8202426fb436b4469c847c782ff56497ff3ae /release.py | |
parent | 40da992b5e706a5bb5ac438256633828c2640f53 (diff) | |
download | external_python_setuptools-17bc3630ba27ac4ce6fe4537f071e5621c31a5bc.tar.gz external_python_setuptools-17bc3630ba27ac4ce6fe4537f071e5621c31a5bc.tar.bz2 external_python_setuptools-17bc3630ba27ac4ce6fe4537f071e5621c31a5bc.zip |
Update versions in preparation for an 0.7b1 release0.7b1
Diffstat (limited to 'release.py')
-rw-r--r-- | release.py | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -22,8 +22,7 @@ try: except Exception: pass -VERSION = '0.6.40' -PACKAGE_INDEX = 'https://pypi.python.org/pypi' +VERSION = '0.7b1' PACKAGE_INDEX = 'https://pypi.python.org/pypi' def get_next_version(): @@ -33,8 +32,7 @@ def get_next_version(): NEXT_VERSION = get_next_version() -files_with_versions = ('docs/conf.py', 'setup.py', 'release.py', - 'README.txt', 'distribute_setup.py') +files_with_versions = 'docs/conf.py', 'setup.py', 'release.py', 'ez_setup.py' def get_repo_name(): """ |