Package chianti :: Module version
[hide private]
[frames] | no frames]

Source Code for Module chianti.version

1  ''' 
2  the current version of the ChiantiPy package 
3  ''' 
4  __version_info__=('0','6', '4') 
5  __version__ = '.'.join(__version_info__) 
6