Loading pysen/revision.py +2 −2 Original line number Diff line number Diff line Loading @@ -3,8 +3,8 @@ PySEN revision module """ import sys __version__ = "2.0" __release__ = "a3" __date__ = "Oct 8, 2024" __release__ = "a4" __date__ = "Oct 9, 2024" def version(full=False): "get pysen version number" Loading setup.py +1 −0 Original line number Diff line number Diff line Loading @@ -42,6 +42,7 @@ setup( 'scripts/get_proposal.py', 'scripts/pysimecho.py', ], install_requires = ['numpy', 'scipy', 'matplotlib', 'pandas', 'h5py' , 'qtconsole'], license = 'BSD 3-Clause License', classifiers=[ "Development Status :: 3 - Alpha", Loading Loading
pysen/revision.py +2 −2 Original line number Diff line number Diff line Loading @@ -3,8 +3,8 @@ PySEN revision module """ import sys __version__ = "2.0" __release__ = "a3" __date__ = "Oct 8, 2024" __release__ = "a4" __date__ = "Oct 9, 2024" def version(full=False): "get pysen version number" Loading
setup.py +1 −0 Original line number Diff line number Diff line Loading @@ -42,6 +42,7 @@ setup( 'scripts/get_proposal.py', 'scripts/pysimecho.py', ], install_requires = ['numpy', 'scipy', 'matplotlib', 'pandas', 'h5py' , 'qtconsole'], license = 'BSD 3-Clause License', classifiers=[ "Development Status :: 3 - Alpha", Loading