diff options
author | Matt Rendina <rendinam@users.noreply.github.com> | 2020-04-16 13:37:01 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-16 13:37:01 -0400 |
commit | dd1f5f8ab837a00dc08cfb08e597e0bad204783d (patch) | |
tree | 78c6209edc9cf5464f6d226778b8c61054961d01 /relic | |
parent | 7ad6fa7a26415dcabebc65271652b24da621fd1a (diff) | |
download | astroconda-contrib-dd1f5f8ab837a00dc08cfb08e597e0bad204783d.tar.gz |
Force new build of inconspicuous package to test indexing behavior
Diffstat (limited to 'relic')
-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 e08b23d..ddae286 100644 --- a/relic/meta.yaml +++ b/relic/meta.yaml @@ -1,6 +1,6 @@ {% set name = 'relic' %} {% set version = '1.1.2' %} -{% set number = '4' %} +{% set number = '5' %} about: home: http://github.com/jhunkeler/{{ name }} |