Files
wxWidgets/wxPython/wxPython/py/version.py
Patrick K. O'Brien db90456c7a new minor version
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@23915 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-09-25 19:54:58 +00:00

10 lines
343 B
Python

"""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 <pobrien@orbtech.com>"
__cvsid__ = "$Id$"
__revision__ = "$Revision$"[11:-2]
VERSION = '0.9.3'