diff options
| author | P. L. Lim <lim@stsci.edu> | 2017-07-18 10:47:37 -0400 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-07-18 10:47:37 -0400 | 
| commit | 3055e2953a23d136ca1ee57f03355c2ae4ef49e8 (patch) | |
| tree | 97ba487c39452ba369f637ca9a76f9c2e3840ead | |
| parent | e2934566e1bb27f7402143c856f59db457bd2c05 (diff) | |
| download | astroconda-contrib-3055e2953a23d136ca1ee57f03355c2ae4ef49e8.tar.gz | |
Bump ACSTOOLS to 2.0.9
| -rw-r--r-- | acstools/meta.yaml | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/acstools/meta.yaml b/acstools/meta.yaml index ce4b714..86262f6 100644 --- a/acstools/meta.yaml +++ b/acstools/meta.yaml @@ -1,11 +1,11 @@  {% set name = 'acstools' %} -{% set version = '2.0.8' %} +{% set version = '2.0.9' %}  {% set number = '0' %}  about:      home: https://github.com/spacetelescope/{{ name }}      license: BSD -    summary: For analyzing ACS data +    summary: Python tools for analyzing ACS data  build:      number: {{ number }}  package: | 
