summaryrefslogtreecommitdiff
path: root/release.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2013-07-13 11:54:35 -0400
committerJason R. Coombs <jaraco@jaraco.com>2013-07-13 11:54:35 -0400
commit978f5d95031803a712aa80bc2ffb93ebda4934a2 (patch)
treed52ffcba134241f0168fe54f2303dff1b61e230b /release.py
parentaba998161f61ce20c5c1581d2f9181268e40d72a (diff)
downloadpython-setuptools-bitbucket-978f5d95031803a712aa80bc2ffb93ebda4934a2.tar.gz
Bumped to 0.10 in preparation for next release.
Diffstat (limited to 'release.py')
-rw-r--r--release.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/release.py b/release.py
index 36317993..443d455d 100644
--- a/release.py
+++ b/release.py
@@ -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')