Files
wxWidgets/wxPython/wxPython/lib/PyCrust/version.py
2003-03-05 20:24:18 +00:00

12 lines
349 B
Python

"""Provides an object representing the current 'version' or 'release'
of PyCrust 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.9a'