diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2013-07-13 11:54:35 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2013-07-13 11:54:35 -0400 |
| commit | 978f5d95031803a712aa80bc2ffb93ebda4934a2 (patch) | |
| tree | d52ffcba134241f0168fe54f2303dff1b61e230b /release.py | |
| parent | aba998161f61ce20c5c1581d2f9181268e40d72a (diff) | |
| download | python-setuptools-bitbucket-978f5d95031803a712aa80bc2ffb93ebda4934a2.tar.gz | |
Bumped to 0.10 in preparation for next release.
Diffstat (limited to 'release.py')
| -rw-r--r-- | release.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -33,7 +33,7 @@ try: except Exception: pass -VERSION = '0.9' +VERSION = '0.10' PACKAGE_INDEX = 'https://pypi.python.org/pypi' def set_versions(): @@ -53,7 +53,7 @@ def infer_next_version(version): >>> infer_next_version('1.0b') '1.0b1' - >>> infer_next_version('1.0.9') + >>> infer_next_version('1.0.10') '1.0.10' >>> infer_next_version('1') |
