diff options
author | Mihai Cara <mcara@users.noreply.github.com> | 2019-03-14 10:43:38 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2019-03-14 10:43:38 -0400 |
commit | e50fb27642e315351393cb3eaf74cf1c89269d78 (patch) | |
tree | 1dc0291003b1ec5d2b07b0e832eab63752d85964 /tweakwcs | |
parent | 3e5ec3fd71b29e5a8aa3a8119977d19bc3376a58 (diff) | |
download | astroconda-contrib-e50fb27642e315351393cb3eaf74cf1c89269d78.tar.gz |
Fix incorrect pointer type (#490)
See https://github.com/spacetelescope/tweakwcs/pull/67
Diffstat (limited to 'tweakwcs')
-rw-r--r-- | tweakwcs/meta.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tweakwcs/meta.yaml b/tweakwcs/meta.yaml index 215023c..31ea1d3 100644 --- a/tweakwcs/meta.yaml +++ b/tweakwcs/meta.yaml @@ -1,5 +1,5 @@ {% set name = 'tweakwcs' %} -{% set version = '0.4.3' %} +{% set version = '0.4.5' %} {% set number = '0' %} about: home: https://github.com/spacetelescope/{{ name }} |