Skip to content

Commit

Permalink
REL: bump version to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kohr-h committed Sep 9, 2018
1 parent dbda2f3 commit c0005c0
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.6.1"
version: "0.7.0"

source:
git_url: https://github.com/odlgroup/odl
git_rev: master # development
# git_rev: v0.7.0 # release
# git_rev: master # development
git_rev: v0.7.0 # release
# git_rev: a542c12d23da7fa5b92b360a51ea14e4804c58f6 # intermediate bugfix revision
# path: .. # for builds from local source (no download)

Expand Down
2 changes: 1 addition & 1 deletion odl/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
from __future__ import absolute_import
import numpy as np

__version__ = '0.6.1.dev0'
__version__ = '0.7.0'
__all__ = ('set',
'space',
'operator',
Expand Down

0 comments on commit c0005c0

Please sign in to comment.