diff options
| author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2018-06-01 12:41:33 -0400 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-06-01 12:41:33 -0400 | 
| commit | 95dcf66782455eae4750bcbb9ea070506cfea32b (patch) | |
| tree | 6200a317180f3336871254db7b436a19282b636f | |
| parent | 17a3cdb06de40fae2df8db78924a9a1257abcee9 (diff) | |
| download | astroconda-contrib-95dcf66782455eae4750bcbb9ea070506cfea32b.tar.gz | |
stsci.stimage: Bump version -> 0.2.2 (#359)
| -rw-r--r-- | stsci.stimage/meta.yaml | 20 | 
1 files changed, 10 insertions, 10 deletions
| diff --git a/stsci.stimage/meta.yaml b/stsci.stimage/meta.yaml index 469c505..45e87b2 100644 --- a/stsci.stimage/meta.yaml +++ b/stsci.stimage/meta.yaml @@ -1,6 +1,6 @@  {% set name = 'stsci.stimage' %} -{% set version = '0.2.1' %} -{% set number = '2' %} +{% set version = '0.2.2' %} +{% set number = '0' %}  about:      home: https://github.com/spacetelescope/{{ name }} @@ -17,18 +17,18 @@ package:  requirements:      build: -    - d2to1 -    - numpy {{ numpy }} -    - stsci.distutils -    - setuptools -    - python {{ python }} +      - d2to1 +      - numpy {{ numpy }} +      - stsci.distutils +      - setuptools +      - python {{ python }}      run: -    - numpy -    - python +      - numpy +      - python  source:      git_url: https://github.com/spacetelescope/{{ name }}.git  test:      imports: -    - stsci.stimage +      - stsci.stimage | 
