diff options
author | Matt Rendina <rendinam@users.noreply.github.com> | 2017-11-16 15:15:41 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-16 15:15:41 -0500 |
commit | 43ec4fb52b361ab061465f3637265f5a62d1ab98 (patch) | |
tree | c2bb15feed2283ecc81379e39045bf20f628a574 | |
parent | 43aefcf2b2ad6a26f4e0665e6eea875b754ac460 (diff) | |
parent | 5a030eca2798c21faf03b7e54fd9cf04b32e647c (diff) | |
download | astroconda-contrib-43ec4fb52b361ab061465f3637265f5a62d1ab98.tar.gz |
Merge pull request #285 from nden/release-gwcs-0.8.0
release gwcs 0.8.0
-rw-r--r-- | gwcs/meta.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gwcs/meta.yaml b/gwcs/meta.yaml index fbc241a..71bc449 100644 --- a/gwcs/meta.yaml +++ b/gwcs/meta.yaml @@ -1,5 +1,5 @@ {% set name = 'gwcs' %} -{% set version = '0.7' %} +{% set version = '0.8.0' %} {% set number = '0' %} about: @@ -17,13 +17,13 @@ package: requirements: build: - asdf - - astropy >=1.1 + - astropy >=2.0 - setuptools - numpy - python x.x run: - asdf - - astropy >=1.1 + - astropy >=2.0 - numpy - python x.x |