#!/usr/bin/python -tt #======================================================================= # General Documentation """Version information for package gemath. """ #----------------------------------------------------------------------- # Additional Documentation # # RCS Revision Code: # $Id: gemath_version.py,v 1.4 2004/06/04 00:07:36 jlin Exp $ # # Modification History: # - 16 Feb 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/gemath/doc/. #======================================================================= version = '0.1.1' author = 'Johnny Lin ' date = '3 June 2004' credits = '' # ===== end file =====