diff options
author | Larry Bradley <larry.bradley@gmail.com> | 2019-10-10 09:06:35 -0400 |
---|---|---|
committer | Matt Rendina <rendinam@users.noreply.github.com> | 2019-10-10 09:06:35 -0400 |
commit | 48d9b7eca40a4a62949ec116635e57c7997fc0ac (patch) | |
tree | 077af98042e65fc1863c9909980af66c8116fb6d /photutils | |
parent | 3b4ad692493564d992039a42be166d699960463e (diff) | |
download | astroconda-contrib-48d9b7eca40a4a62949ec116635e57c7997fc0ac.tar.gz |
Update photutils to v0.7.1 (#568)
Diffstat (limited to 'photutils')
-rw-r--r-- | photutils/meta.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/photutils/meta.yaml b/photutils/meta.yaml index 489dde0..27f2a40 100644 --- a/photutils/meta.yaml +++ b/photutils/meta.yaml @@ -1,5 +1,5 @@ {% set name = 'photutils' %} -{% set version = '0.7' %} +{% set version = '0.7.1' %} {% set tag = 'v' + version %} {% set number = '0' %} |