diff --git a/setup.py b/setup.py index e1b8383..6dfcd5a 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='SolAster', - version='1.0.3', + version='1.0.5', packages=['SolAster', 'SolAster.tools', 'SolAster.source', 'SolAster.examples'], install_requires=['astropy', 'sunpy', 'scikit-image'], url='https://github.com/tamarervin/SolAster',