From 1c678546a2f2fbc92a4a459dc81c3cbf7c3b0c9f Mon Sep 17 00:00:00 2001 From: Tamar Ervin Date: Thu, 21 Apr 2022 14:16:22 -0700 Subject: [PATCH] modules --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 821bdf7..78d73bc 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='SolAster', - version='1.0.5', + version='1.0.6', packages=['SolAster', 'SolAster.tools', 'SolAster.source', 'SolAster.examples'], install_requires=['astropy', 'sunpy', 'scikit-image', 'SolAster.tools', 'SolAster.source', 'SolAster.examples'], url='https://github.com/tamarervin/SolAster',