diff --git a/setup.py b/setup.py index 6c705e9d..0272f6ee 100755 --- a/setup.py +++ b/setup.py @@ -47,7 +47,7 @@ for fname in files if not fname.endswith(".py") and not fname.endswith(".pyc")] setup(name='exoctk', - version='1.1.0', + version='1.1.1', description='Observation reduction and planning tools for exoplanet science', packages=find_packages(".", exclude=["*.tests"]), package_data={'exoctk': FILES},