diff options
author | Matt Rendina <rendinam@users.noreply.github.com> | 2018-12-19 09:46:55 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-19 09:46:55 -0500 |
commit | 7b9ac45016d34761f702a5e41cc2ad71420079bf (patch) | |
tree | d977f9e8ddf658090b9e8c97258c374ce3c07b73 /da5-notebooks/meta.yaml | |
parent | 266c083bd930991965850bb8e2a19f23d8575fa8 (diff) | |
download | astroconda-contrib-7b9ac45016d34761f702a5e41cc2ad71420079bf.tar.gz |
Sync da5-notebooks install dir with package name. (#451)
Diffstat (limited to 'da5-notebooks/meta.yaml')
-rw-r--r-- | da5-notebooks/meta.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/da5-notebooks/meta.yaml b/da5-notebooks/meta.yaml index deccdc3..c9765b1 100644 --- a/da5-notebooks/meta.yaml +++ b/da5-notebooks/meta.yaml @@ -1,7 +1,7 @@ {% set name = 'da5-notebooks' %} {% set version = '1.0' %} {% set tag = 'v' + version %} -{% set number = '0' %} +{% set number = '1' %} about: home: https://github.com/spacetelscope/{{ name }} |