diff options
author | Matt Rendina <rendinam@users.noreply.github.com> | 2020-04-16 17:46:03 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-16 17:46:03 -0400 |
commit | 3e879bbbb02dfa6b1bac13bd972a8e79053ee8d0 (patch) | |
tree | 0fd3e36a9d55aebcff9ff761c4a482a995550b3c /relic | |
parent | b7b37000c597a89804b7937f47766303aad60f2d (diff) | |
download | astroconda-contrib-3e879bbbb02dfa6b1bac13bd972a8e79053ee8d0.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 86e70d8..abdceef 100644 --- a/relic/meta.yaml +++ b/relic/meta.yaml @@ -1,6 +1,6 @@ {% set name = 'relic' %} {% set version = '1.1.2' %} -{% set number = '6' %} +{% set number = '7' %} about: home: http://github.com/jhunkeler/{{ name }} |