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