diff --git a/diskmap/__init__.py b/diskmap/__init__.py index 4f1cb4e..a9ee640 100644 --- a/diskmap/__init__.py +++ b/diskmap/__init__.py @@ -2,7 +2,7 @@ __author__ = 'Tomas Stolker' __license__ = 'MIT' -__version__ = '0.0.3' +__version__ = '0.0.5' __maintainer__ = 'Tomas Stolker' __email__ = 'tomas.stolker@phys.ethz.ch' -__status__ = 'Development'4 \ No newline at end of file +__status__ = 'Development' \ No newline at end of file diff --git a/setup.py b/setup.py old mode 100755 new mode 100644 index 9e43bf7..85842be --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ setup( name='diskmap', - version='0.0.4', + version='0.0.5', description='Scattered light mapping of protoplanetary disks', long_description=open('README.rst').read(), long_description_content_type='text/x-rst',