diff options
author | Matt Rendina <rendinam@users.noreply.github.com> | 2020-04-16 20:22:43 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-16 20:22:43 -0400 |
commit | 1b812081cd4cd48ac49c0618daf5a07d8267c9fd (patch) | |
tree | 4aa4de48cd7c07c3ba290779f3fde370ff857c31 | |
parent | 332214e8d0f34f5bf141ec5ab1a3319447984d48 (diff) | |
download | astroconda-contrib-1b812081cd4cd48ac49c0618daf5a07d8267c9fd.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 c2c0201..cfebc84 100644 --- a/relic/meta.yaml +++ b/relic/meta.yaml @@ -1,6 +1,6 @@ {% set name = 'relic' %} {% set version = '1.1.2' %} -{% set number = '9' %} +{% set number = '10' %} about: home: http://github.com/jhunkeler/{{ name }} |