diff options
author | Mihai Cara <mcara@users.noreply.github.com> | 2019-01-14 23:27:13 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2019-01-14 23:27:13 -0500 |
commit | f5676248169161c0801052fd60ef36ad9ca02ff6 (patch) | |
tree | e8de5ff33b1ae4e382670bebe9e89180d3b88323 /tweakwcs | |
parent | 93a647624e668c485961a5c0662fc79826d6eeae (diff) | |
download | astroconda-contrib-f5676248169161c0801052fd60ef36ad9ca02ff6.tar.gz |
Fix RTD Build failure. Release 0.3.1 (#458)
See https://github.com/spacetelescope/tweakwcs/pull/45 and https://github.com/spacetelescope/tweakwcs/pull/43
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 ef03c2d..258430f 100644 --- a/tweakwcs/meta.yaml +++ b/tweakwcs/meta.yaml @@ -1,5 +1,5 @@ {% set name = 'tweakwcs' %} -{% set version = '0.2.0' %} +{% set version = '0.3.1' %} {% set number = '0' %} about: home: https://github.com/spacetelescope/{{ name }} |