Skip to content

Commit

Permalink
MAINT: set version to 0.1, close #269
Browse files Browse the repository at this point in the history
  • Loading branch information
adler-j committed Mar 8, 2016
1 parent 1de7a92 commit 2531926
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -65,7 +65,7 @@ def run_tests(self):
setup(name='odl',
version=__version__,
author='ODL development group',
author_email='[email protected], jonasadl@kth.se',
author_email='odl@math.kth.se',
url='https://github.com/odlgroup/odl',
description='Operator Discretization Library',
license='GPLv3',
Expand Down

0 comments on commit 2531926

Please sign in to comment.