diff options
author | Mihai Cara <mcara@users.noreply.github.com> | 2019-05-09 08:36:03 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2019-05-09 08:36:03 -0400 |
commit | c691e69254c97cae49b728ea7f8130b9f00346eb (patch) | |
tree | 9b703cc1ac1c5968c85b05b3eeaf3c02d0dc6ae6 /tweakwcs | |
parent | 9f8a4c67acfe511a2c197c53bfb06e58b9637992 (diff) | |
download | astroconda-contrib-c691e69254c97cae49b728ea7f8130b9f00346eb.tar.gz |
Bug fix in 2D-histogram intitial shift estimation (#508)
Bug fix in 2D-histogram initial shift estimation - see https://github.com/spacetelescope/tweakwcs/pull/90 for more details
CC: @jhunkeler
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 6c1cbbf..916b38a 100644 --- a/tweakwcs/meta.yaml +++ b/tweakwcs/meta.yaml @@ -1,5 +1,5 @@ {% set name = 'tweakwcs' %} -{% set version = '0.5.0' %} +{% set version = '0.5.1' %} {% set number = '0' %} about: home: https://github.com/spacetelescope/{{ name }} |