#!/usr/bin/python -tt #======================================================================= # General Documentation """Version number and additional information for package. """ #----------------------------------------------------------------------- # Additional Documentation # # RCS Revision Code: # $Id: package_version.py,v 1.10 2004/07/16 18:27:27 jlin Exp $ # # Modification History: # - 03 Mar 2004: Original by Johnny Lin, Computation Institute, # University of Chicago. Passed passably reasonable tests. # # Notes: # - Written for Python 2.2. # - No import statements in module. # # Copyright (c) 2004 by Johnny Lin. For licensing, distribution # conditions, contact information, and additional documentation see # the URL http://www.johnny-lin.com/py_pkgs/atmqty/doc/. #======================================================================= version = '0.2.0.2' author = 'Johnny Lin ' date = '16 Jul 2004' credits = 'Package contributions: Mike Fiorino, Dean Williams.' # ===== end file =====