Changeset 713 for branches

Show
Ignore:
Timestamp:
11/19/08 09:41:48 (2 months ago)
Author:
laidler
Message:

Corrected version number to 0.50

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/opus_2008_4_public_rc/pysynphot/defsetup.py

    r651 r713  
    33 
    44setupargs = { 
    5     'version'       :           "0.5", 
     5    'version'       :           "0.50", 
    66    'description'   :       'Python Synthetic Photometry Utilities', 
    77    'fullname'      :       'AstroLib Pysynphot', 
  • branches/opus_2008_4_public_rc/pysynphot/lib/__init__.py

    r634 r713  
    3535>>> import os 
    3636>>> print S.__version__ 
    37 0.45 
     370.50 
    3838>>> #Read a spectrum from a file 
    3939>>> vega=S.FileSpectrum(S.locations.VegaFile) 
     
    129129from svn_version import __svn_version__, __full_svn_info__, setupdate 
    130130 
    131 __version__ = '0.45
     131__version__ = '0.50
    132132__revstring__  = '$Rev$' 
    133133