summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMihai Cara <mcara@users.noreply.github.com>2019-05-09 08:36:03 -0400
committerJoseph Hunkeler <jhunkeler@users.noreply.github.com>2019-05-09 08:36:03 -0400
commitc691e69254c97cae49b728ea7f8130b9f00346eb (patch)
tree9b703cc1ac1c5968c85b05b3eeaf3c02d0dc6ae6
parent9f8a4c67acfe511a2c197c53bfb06e58b9637992 (diff)
downloadastroconda-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
-rw-r--r--tweakwcs/meta.yaml2
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 }}