diff --git a/diskmap/__init__.py b/diskmap/__init__.py index 289dd60..c48ca09 100644 --- a/diskmap/__init__.py +++ b/diskmap/__init__.py @@ -2,7 +2,7 @@ __author__ = 'Tomas Stolker' __license__ = 'MIT' -__version__ = '0.0.9' +__version__ = '0.1.0' __maintainer__ = 'Tomas Stolker' -__email__ = 'tomas.stolker@phys.ethz.ch' +__email__ = 'stolker@strw.leidenuniv.nl' __status__ = 'Development' diff --git a/docs/conf.py b/docs/conf.py index 0157cc0..9d77989 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -19,7 +19,7 @@ # -- Project information ----------------------------------------------------- project = 'diskmap' -copyright = '2018-2020, Tomas Stolker' +copyright = '2020-2021, Tomas Stolker' author = 'Tomas Stolker' # The short X.Y version diff --git a/setup.py b/setup.py index b33ed49..e236f48 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( name='diskmap', - version='0.0.9', + version='0.1.0', description='Scattered light mapping of protoplanetary disks', long_description=open('README.rst').read(), long_description_content_type='text/x-rst',