diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2013-07-05 13:12:49 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2013-07-05 13:12:49 -0400 |
| commit | 900afff391c0b44dc0bd7d8cabea0be7eff72507 (patch) | |
| tree | f802b28342acc3a345545e78bb327fc310f9df5d /release.py | |
| parent | 3ada3f1d29a0f597a34acd05a1a7e6ec5b73e5bb (diff) | |
| download | python-setuptools-bitbucket-900afff391c0b44dc0bd7d8cabea0be7eff72507.tar.gz | |
Bumped to 0.9 in preparation for next release.
Diffstat (limited to 'release.py')
| -rw-r--r-- | release.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -36,7 +36,7 @@ try: except Exception: pass -VERSION = '0.8' +VERSION = '0.9' PACKAGE_INDEX = 'https://pypi.python.org/pypi' def set_versions(): |
