diff --git a/IPython/Release.py b/IPython/Release.py index 542d3aa..1aa4abf 100644 --- a/IPython/Release.py +++ b/IPython/Release.py @@ -20,8 +20,8 @@ name = 'ipython' # because bdist_rpm does not accept dashes (an RPM) convention, and # bdist_deb does not accept underscores (a Debian convention). -development = False # change this to False to do a release -version_base = '0.10.1' +development = True # change this to False to do a release +version_base = '0.10.2' branch = 'ipython' if development: