diff options
author | Matt Rendina <rendinam@users.noreply.github.com> | 2019-03-14 16:10:51 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-14 16:10:51 -0400 |
commit | 425649249de6834ca17f9fe9e02428ee8f2d3f32 (patch) | |
tree | edb6357b52a13f9497ea433bbe66062608528236 /asdf | |
parent | f4b19c7307e21b397f04d62e92a3b96cdc76c549 (diff) | |
download | astroconda-dev-425649249de6834ca17f9fe9e02428ee8f2d3f32.tar.gz |
Force new build of asdf
To apply dependency changes introduced with #187
Diffstat (limited to 'asdf')
-rw-r--r-- | asdf/meta.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asdf/meta.yaml b/asdf/meta.yaml index 1f1d6cd..307c441 100644 --- a/asdf/meta.yaml +++ b/asdf/meta.yaml @@ -3,7 +3,7 @@ {% if version[0] == 'v' %} {% set version = version[1:] %} {% endif %} -{% set number = '2' %} +{% set number = '3' %} about: home: https://github.com/spacetelescope/{{ name }} |