diff options
author | Matt Rendina <rendinam@users.noreply.github.com> | 2020-04-16 18:18:17 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-16 18:18:17 -0400 |
commit | 332214e8d0f34f5bf141ec5ab1a3319447984d48 (patch) | |
tree | 01ccf3d4cf6098be06416ca3012139ac1c5903b4 /relic | |
parent | 63cf4c64bf2ca96bd4ca8e5f966e8e76534e5eb4 (diff) | |
download | astroconda-contrib-332214e8d0f34f5bf141ec5ab1a3319447984d48.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 591982e..c2c0201 100644 --- a/relic/meta.yaml +++ b/relic/meta.yaml @@ -1,6 +1,6 @@ {% set name = 'relic' %} {% set version = '1.1.2' %} -{% set number = '8' %} +{% set number = '9' %} about: home: http://github.com/jhunkeler/{{ name }} |