diff --git a/IPython/Release.py b/IPython/Release.py index a7fd168..1746c9f 100644 --- a/IPython/Release.py +++ b/IPython/Release.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- """Release data for the IPython project. -$Id: Release.py 1974 2006-12-08 11:50:22Z vivainio $""" +$Id: Release.py 1976 2006-12-08 11:53:57Z vivainio $""" #***************************************************************************** # Copyright (C) 2001-2006 Fernando Perez @@ -22,7 +22,7 @@ name = 'ipython' # because bdist_rpm does not accept dashes (an RPM) convention, and # bdist_deb does not accept underscores (a Debian convention). -revision = '1973M' +revision = '1975' #version = '0.7.3.svn'