diff options
Diffstat (limited to 'dust_extinction')
-rw-r--r-- | dust_extinction/build.sh | 2 | ||||
-rw-r--r-- | dust_extinction/meta.yaml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dust_extinction/build.sh b/dust_extinction/build.sh index b699425..6df1dab 100644 --- a/dust_extinction/build.sh +++ b/dust_extinction/build.sh @@ -1 +1 @@ -$PYTHON setup.py install --single-version-externally-managed --record=root.txt +$PYTHON -m pip install . --no-deps --ignore-installed --no-cache-dir -vvv diff --git a/dust_extinction/meta.yaml b/dust_extinction/meta.yaml index beaa5eb..dbe16f9 100644 --- a/dust_extinction/meta.yaml +++ b/dust_extinction/meta.yaml @@ -1,7 +1,7 @@ {% set name = 'dust_extinction' %} {% set version = '0.7' %} {% set tag = 'v' + version %} -{% set number = '0' %} +{% set number = '1' %} about: home: https://github.com/karllark/{{ name }} |