diff --git a/setup.py b/setup.py index 64449cf..8331d06 100644 --- a/setup.py +++ b/setup.py @@ -17,6 +17,7 @@ 'pyvo', 'sqlalchemy', 'scipy', + 'herschelhelp-internal', ] @@ -31,7 +32,7 @@ def run(self): setup( name="herschelhelp", - version="1.0.2", + version="1.0.3", description="HELP project module", long_description=README, author="Yannick Roehlly",