diff options
author | P. L. Lim <2090236+pllim@users.noreply.github.com> | 2018-11-05 20:01:09 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-05 20:01:09 -0500 |
commit | 45045c76a007f9f4d008d776a1b2b233f8b3a26f (patch) | |
tree | a588abfa34e5be1056f8260dbde053a57ee3c221 | |
parent | e22480df39daba8ec3ba9e418b8967932bd668de (diff) | |
download | astroconda-contrib-45045c76a007f9f4d008d776a1b2b233f8b3a26f.tar.gz |
Bump Ginga to 2.7.2
-rw-r--r-- | ginga/meta.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ginga/meta.yaml b/ginga/meta.yaml index 2344bbc..4cedf57 100644 --- a/ginga/meta.yaml +++ b/ginga/meta.yaml @@ -1,5 +1,5 @@ {% set name = 'ginga' %} -{% set version = '2.7.1' %} +{% set version = '2.7.2' %} {% set tag = 'v' ~ version %} {% set number = '0' %} |