diff options
Diffstat (limited to 'stginga')
-rw-r--r-- | stginga/build.sh | 2 | ||||
-rw-r--r-- | stginga/meta.yaml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/stginga/build.sh b/stginga/build.sh index 56f0b30..a60681d 100644 --- a/stginga/build.sh +++ b/stginga/build.sh @@ -1,2 +1,2 @@ -$PYTHON setup.py install
\ No newline at end of file +$PYTHON -m pip install . --no-deps --ignore-installed --no-cache-dir -vvv diff --git a/stginga/meta.yaml b/stginga/meta.yaml index 4b1e672..3ae8a8e 100644 --- a/stginga/meta.yaml +++ b/stginga/meta.yaml @@ -1,7 +1,7 @@ {% set name = 'stginga' %} {% set version = '1.3.0' %} {% set tag = version %} -{% set number = '0' %} +{% set number = '1' %} about: home: https://github.com/spacetelescope/{{ name }} |