diff options
author | Mihai Cara <mcara@users.noreply.github.com> | 2020-04-14 21:06:04 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-14 21:06:04 -0400 |
commit | b7249b722e17fcc011f1614ea07c2326caa37280 (patch) | |
tree | d6e0202bbe0736065b66a3ccafff246cd4ecc850 | |
parent | 595736969166f7c4a0c96731d614c3111c036eb2 (diff) | |
download | astroconda-contrib-b7249b722e17fcc011f1614ea07c2326caa37280.tar.gz |
Bug Fix: evaluate TP-to-TP transformation at origin for JWST (#645)
https://github.com/spacetelescope/tweakwcs/pull/118
-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 4cac783..02353a1 100644 --- a/tweakwcs/meta.yaml +++ b/tweakwcs/meta.yaml @@ -1,5 +1,5 @@ {% set name = 'tweakwcs' %} -{% set version = '0.6.2' %} +{% set version = '0.6.3' %} {% set number = '0' %} about: home: https://github.com/spacetelescope/{{ name }} |