diff --git a/IPython/Release.py b/IPython/Release.py index f2889d6..35ece4f 100644 --- a/IPython/Release.py +++ b/IPython/Release.py @@ -23,9 +23,9 @@ name = 'ipython' # bdist_deb does not accept underscores (a Debian convention). development = False # change this to False to do a release -version_base = '0.9.beta2' +version_base = '0.9.beta3' branch = 'ipython' -revision = '1104' +revision = '1106' if development: if branch == 'ipython':