From c691e69254c97cae49b728ea7f8130b9f00346eb Mon Sep 17 00:00:00 2001 From: Mihai Cara Date: Thu, 9 May 2019 08:36:03 -0400 Subject: 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 --- tweakwcs/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }} -- cgit