diff options
author | Willem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl> | 2016-11-28 15:34:50 +0100 |
---|---|---|
committer | Willem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl> | 2016-12-01 15:04:21 +0100 |
commit | 7017618690b66e99773355b82afe26ac869d6aa8 (patch) | |
tree | 7accd8332c6df5597f5776007a3f2db6e14d64af /python/conda | |
parent | fbe1a7638adb10e45eeff4b04caadab8ab324a2d (diff) | |
download | astra-7017618690b66e99773355b82afe26ac869d6aa8.tar.gz astra-7017618690b66e99773355b82afe26ac869d6aa8.tar.bz2 astra-7017618690b66e99773355b82afe26ac869d6aa8.tar.xz astra-7017618690b66e99773355b82afe26ac869d6aa8.zip |
Add astra.__version__ (PEP396)
Diffstat (limited to 'python/conda')
-rw-r--r-- | python/conda/libastra/meta.yaml | 2 | ||||
-rw-r--r-- | python/conda/meta.yaml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/python/conda/libastra/meta.yaml b/python/conda/libastra/meta.yaml index c9135ab..25da269 100644 --- a/python/conda/libastra/meta.yaml +++ b/python/conda/libastra/meta.yaml @@ -1,6 +1,6 @@ package: name: libastra - version: '1.8b' + version: '1.8rc1' source: git_url: https://github.com/astra-toolbox/astra-toolbox.git diff --git a/python/conda/meta.yaml b/python/conda/meta.yaml index 738489a..84054c1 100644 --- a/python/conda/meta.yaml +++ b/python/conda/meta.yaml @@ -1,6 +1,6 @@ package: name: astra-toolbox - version: '1.8b' + version: '1.8rc1' source: git_url: https://github.com/astra-toolbox/astra-toolbox.git |