diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2021-05-25 14:40:14 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-25 14:40:14 -0400 |
commit | a361765af2fa82eff47b514361a9b144a862c51f (patch) | |
tree | 64c6c47f9e2976a58536abd6e5f817c1bc7505fc /gwcs | |
parent | c70ad0c8d712deba5d78c6c4f7c3d4a626a7fc41 (diff) | |
download | astroconda-contrib-a361765af2fa82eff47b514361a9b144a862c51f.tar.gz |
gwcs: wrong selector (#722)
Diffstat (limited to 'gwcs')
-rw-r--r-- | gwcs/meta.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gwcs/meta.yaml b/gwcs/meta.yaml index 80f69e5..00b7c4b 100644 --- a/gwcs/meta.yaml +++ b/gwcs/meta.yaml @@ -1,6 +1,6 @@ {% set name = 'gwcs' %} {% set version = '0.16.1' %} -{% set number = '1' %} +{% set number = '2' %} about: home: https://github.com/spacetelescope/{{ name }} @@ -9,7 +9,7 @@ about: build: number: {{ number }} - skip: True [py27 and py36] + skip: True [py27 or py36] package: name: {{ name }} |