diff options
author | Willem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl> | 2016-12-05 14:44:09 +0100 |
---|---|---|
committer | Willem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl> | 2016-12-05 14:45:59 +0100 |
commit | 77f2cedaac088da5107dcfb37ae62d8f3a56f335 (patch) | |
tree | d2b3c09da0bfff534afc27c255cda55d9603eef1 /python/conda/meta.yaml | |
parent | 5036413fea2c61508facc70497a5857eb5ad465e (diff) | |
download | astra-77f2cedaac088da5107dcfb37ae62d8f3a56f335.tar.gz astra-77f2cedaac088da5107dcfb37ae62d8f3a56f335.tar.bz2 astra-77f2cedaac088da5107dcfb37ae62d8f3a56f335.tar.xz astra-77f2cedaac088da5107dcfb37ae62d8f3a56f335.zip |
Update version to 1.8
Diffstat (limited to 'python/conda/meta.yaml')
-rw-r--r-- | python/conda/meta.yaml | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/python/conda/meta.yaml b/python/conda/meta.yaml index 88c01d1..162103f 100644 --- a/python/conda/meta.yaml +++ b/python/conda/meta.yaml @@ -1,11 +1,10 @@ package: name: astra-toolbox - version: '1.8rc1' + version: '1.8' source: git_url: https://github.com/astra-toolbox/astra-toolbox.git - git_rev: master # for testing - # git_tag: 1.8 # TODO: change to this for next release + git_tag: v1.8 build: number: 0 @@ -30,14 +29,14 @@ requirements: - numpy - scipy - six - - libastra ==1.8rc1 # TODO: change to release version + - libastra ==1.8 run: - python - numpy - scipy - six - - libastra ==1.8rc1 # TODO: change to release version + - libastra ==1.8 about: |