diff options
author | Matt Rendina <rendinam@users.noreply.github.com> | 2020-04-16 10:46:37 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-16 10:46:37 -0400 |
commit | b5c11d55103ccc1e19544ffc8a2eb10021dc1965 (patch) | |
tree | f0a3713749535bc6dc9226c3a3ce8b471caf9b57 /relic | |
parent | 0830822e48b3b2c2afd7b93f9999f5cc51022540 (diff) | |
download | astroconda-contrib-b5c11d55103ccc1e19544ffc8a2eb10021dc1965.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 fc73ef7..9d7e31a 100644 --- a/relic/meta.yaml +++ b/relic/meta.yaml @@ -1,6 +1,6 @@ {% set name = 'relic' %} {% set version = '1.1.2' %} -{% set number = '2' %} +{% set number = '3' %} about: home: http://github.com/jhunkeler/{{ name }} |