]> git.saurik.com Git - wxWidgets.git/blob - wxPython/wxPython/py/version.py
57d43f99f7c8b552a2b4e90f9c5e8ccaf7badd19
[wxWidgets.git] / wxPython / wxPython / py / version.py
1 """Provides an object representing the current 'version' or 'release'
2 of Py as a whole. Individual classes, such as the shell, filling 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 __revision__ = "$Revision$"[11:-2]
8
9 VERSION = '0.9.2'