diff --git a/calistar/__init__.py b/calistar/__init__.py index 5e34d41..900c2cd 100644 --- a/calistar/__init__.py +++ b/calistar/__init__.py @@ -2,7 +2,7 @@ __author__ = "Tomas Stolker" __license__ = "MIT" -__version__ = "0.0.1" +__version__ = "0.0.2" __maintainer__ = "Tomas Stolker" __email__ = "stolker@strw.leidenuniv.nl" __status__ = "Development" diff --git a/setup.py b/setup.py index 15d9eb6..a404aed 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setuptools.setup( name='calistar', - version='0.0.1', + version='0.0.2', description='Tool to search for a single calibration star', long_description=open('README.rst').read(), long_description_content_type='text/x-rst',