diff --git a/setup.py b/setup.py index 0b42ea61eb2..16813a0c702 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ import os import sys -__version__ = '0.9b1' +__version__ = '0.1.0' if os.environ.get('READTHEDOCS', None) == 'True': # Mock requires in conf.py @@ -65,7 +65,7 @@ def run_tests(self): setup(name='odl', version=__version__, author='ODL development group', - author_email='kohr@kth.se, jonasadl@kth.se', + author_email='odl@math.kth.se', url='https://github.com/odlgroup/odl', description='Operator Discretization Library', license='GPLv3',