mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-12-27 05:32:41 -06:00
7 lines
289 B
Python
7 lines
289 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>"
|
|
|
|
VERSION = '0.9.8'
|