- Timestamp:
- 11/19/08 09:41:48 (2 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/opus_2008_4_public_rc/pysynphot/defsetup.py
r651 r713 3 3 4 4 setupargs = { 5 'version' : "0.5 ",5 'version' : "0.50", 6 6 'description' : 'Python Synthetic Photometry Utilities', 7 7 'fullname' : 'AstroLib Pysynphot', branches/opus_2008_4_public_rc/pysynphot/lib/__init__.py
r634 r713 35 35 >>> import os 36 36 >>> print S.__version__ 37 0. 4537 0.50 38 38 >>> #Read a spectrum from a file 39 39 >>> vega=S.FileSpectrum(S.locations.VegaFile) … … 129 129 from svn_version import __svn_version__, __full_svn_info__, setupdate 130 130 131 __version__ = '0. 45'131 __version__ = '0.50' 132 132 __revstring__ = '$Rev$' 133 133
