Skip to content

Commit

Permalink
REL: bump version to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Holger Kohr committed Apr 20, 2017
1 parent 81e20ae commit e6abdef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions conda/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
package:
name: odl
version: "0.5.4"
version: "0.6.0"

source:
git_url: https://github.com/odlgroup/odl
git_rev: master # for testing, put any branch here
# git_rev: v0.5.3 # release
# git_rev: master # for testing, put any branch here
git_rev: v0.6.0 # release
# git_rev: a542c12d23da7fa5b92b360a51ea14e4804c58f6 # intermediate bugfix revision

build:
Expand Down
2 changes: 1 addition & 1 deletion odl/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

from __future__ import absolute_import

__version__ = '0.5.4.dev0'
__version__ = '0.6.0'
__all__ = ('diagnostics', 'discr', 'operator', 'set', 'space', 'solvers',
'tomo', 'trafos', 'util', 'phantom', 'deform', 'ufunc_ops')

Expand Down

0 comments on commit e6abdef

Please sign in to comment.