diff options
| -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 | 
