diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2019-05-29 13:48:32 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-29 13:48:32 -0400 |
commit | 8569c3949e00a6550a022a36ff017f183659c075 (patch) | |
tree | ed44a65e2eb07200080fc90d8a505d6416ef9271 /wfpc2tools | |
parent | e5ae38f1d24542720ee38fc68d654d1c9eaf69de (diff) | |
download | astroconda-contrib-8569c3949e00a6550a022a36ff017f183659c075.tar.gz |
wfpc2tools (forgotten update 1.0.4) (#511)
No code changes from 1.0.3 to 1.0.4. This removes the `.dev` suffix from the released code's version
Diffstat (limited to 'wfpc2tools')
-rw-r--r-- | wfpc2tools/meta.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wfpc2tools/meta.yaml b/wfpc2tools/meta.yaml index 56d8b0c..60d11c7 100644 --- a/wfpc2tools/meta.yaml +++ b/wfpc2tools/meta.yaml @@ -1,6 +1,6 @@ {% set name = 'wfpc2tools' %} -{% set version = '1.0.3' %} -{% set number = '2' %} +{% set version = '1.0.4' %} +{% set number = '0' %} about: home: https://github.com/spacetelescope/{{ name }} |