]> git.saurik.com Git - wxWidgets.git/blob - wxPython/wxPython/lib/PyCrust/PyCrustVersion.py
de8a0d0d0f930acd7e995ef433c8044e967375ad
[wxWidgets.git] / wxPython / wxPython / lib / PyCrust / PyCrustVersion.py
1 """Provides an object representing the current "version" or "release" of
2 PyCrust as a whole. Individual classes, such as the shell, editor and
3 interpreter, each have a revision property based on the CVS $Revision$."""
4
5 __author__ = "Patrick K. O'Brien <pobrien@orbtech.com>"
6 __cvsid__ = "$Id$"
7 __date__ = "July 1, 2001"
8 __version__ = "$Revision$"[11:-2]
9
10 version = '0.5'