##// END OF EJS Templates
Update version numbers for 0.10 dev
Fernando Perez -
Show More
@@ -20,10 +20,10 b" name = 'ipython'"
20 20 # because bdist_rpm does not accept dashes (an RPM) convention, and
21 21 # bdist_deb does not accept underscores (a Debian convention).
22 22
23 development = False # change this to False to do a release
24 version_base = '0.9.1'
23 development = True # change this to False to do a release
24 version_base = '0.10'
25 25 branch = 'ipython'
26 revision = '1143'
26 revision = '1195'
27 27
28 28 if development:
29 29 if branch == 'ipython':
General Comments 0
You need to be logged in to leave comments. Login now