diff options
| -rw-r--r-- | specutils/bld.bat | 2 | ||||
| -rw-r--r-- | specutils/build.sh | 2 | ||||
| -rw-r--r-- | specutils/meta.yaml | 2 | ||||
| -rw-r--r-- | specviz/bld.bat | 2 | ||||
| -rw-r--r-- | specviz/build.sh | 2 | ||||
| -rw-r--r-- | specviz/meta.yaml | 4 | 
6 files changed, 7 insertions, 7 deletions
diff --git a/specutils/bld.bat b/specutils/bld.bat index 39b5e1f..6d5f099 100644 --- a/specutils/bld.bat +++ b/specutils/bld.bat @@ -1 +1 @@ -%PYTHON% setup.py install +%PYTHON% setup.py install --single-version-externally-managed --record=root.txt diff --git a/specutils/build.sh b/specutils/build.sh index 5a5aeeb..b699425 100644 --- a/specutils/build.sh +++ b/specutils/build.sh @@ -1 +1 @@ -$PYTHON setup.py install +$PYTHON setup.py install --single-version-externally-managed --record=root.txt diff --git a/specutils/meta.yaml b/specutils/meta.yaml index 5922bc0..bf9cf82 100644 --- a/specutils/meta.yaml +++ b/specutils/meta.yaml @@ -1,7 +1,7 @@  {% set name = 'specutils' %}  {% set version = '0.2.2' %}  {% set tag = 'v' + version %} -{% set number = '2' %} +{% set number = '3' %}  about:      home: https://github.com/astropy/specutils diff --git a/specviz/bld.bat b/specviz/bld.bat index 39b5e1f..6d5f099 100644 --- a/specviz/bld.bat +++ b/specviz/bld.bat @@ -1 +1 @@ -%PYTHON% setup.py install +%PYTHON% setup.py install --single-version-externally-managed --record=root.txt diff --git a/specviz/build.sh b/specviz/build.sh index 5a5aeeb..b699425 100644 --- a/specviz/build.sh +++ b/specviz/build.sh @@ -1 +1 @@ -$PYTHON setup.py install +$PYTHON setup.py install --single-version-externally-managed --record=root.txt diff --git a/specviz/meta.yaml b/specviz/meta.yaml index 141761f..6e1b9c8 100644 --- a/specviz/meta.yaml +++ b/specviz/meta.yaml @@ -1,7 +1,7 @@  {% set name = 'specviz' %} -{% set version = '0.4.4' %} +{% set version = '0.5.0' %}  {% set tag = 'v' + version %} -{% set number = '1' %} +{% set number = '0' %}  package:    name: {{ name }}  | 
