"""Provides an object representing the current 'version' or 'release' of Py as a whole. Individual classes, such as the shell, filling and interpreter, each have a revision property based on the CVS Revision.""" __author__ = "Patrick K. O'Brien " __cvsid__ = "$Id: version.py,v 1.5.2.1 2005/12/27 20:43:48 RD Exp $" __revision__ = "$Revision: 1.5.2.1 $"[11:-2] VERSION = '0.9.5'