diff options
author | Matt Rendina <rendinam@users.noreply.github.com> | 2020-04-16 17:37:54 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-16 17:37:54 -0400 |
commit | b7b37000c597a89804b7937f47766303aad60f2d (patch) | |
tree | f884e9a5a9884e513a4d6cdbba5bc96637f866b6 | |
parent | dd1f5f8ab837a00dc08cfb08e597e0bad204783d (diff) | |
download | astroconda-contrib-b7b37000c597a89804b7937f47766303aad60f2d.tar.gz |
Force new build of inconspicuous package to test indexing behavior
-rw-r--r-- | relic/meta.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/relic/meta.yaml b/relic/meta.yaml index ddae286..86e70d8 100644 --- a/relic/meta.yaml +++ b/relic/meta.yaml @@ -1,6 +1,6 @@ {% set name = 'relic' %} {% set version = '1.1.2' %} -{% set number = '5' %} +{% set number = '6' %} about: home: http://github.com/jhunkeler/{{ name }} |