diff options
Diffstat (limited to 'gwcs')
-rw-r--r-- | gwcs/meta.yaml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gwcs/meta.yaml b/gwcs/meta.yaml index df4efda..dc7326a 100644 --- a/gwcs/meta.yaml +++ b/gwcs/meta.yaml @@ -1,6 +1,6 @@ {% set name = 'gwcs' %} -{% set version = '0.9.1' %} -{% set number = '2' %} +{% set version = '0.10.0' %} +{% set number = '0' %} about: home: https://github.com/spacetelescope/{{ name }} @@ -18,13 +18,13 @@ package: requirements: build: - asdf - - astropy >=2.0 + - astropy >=3.1 - setuptools - numpy {{ numpy }} - python {{ python }} run: - asdf - - astropy >=2.0 + - astropy >=3.1 - numpy - python |