diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2018-05-31 23:11:39 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-31 23:11:39 -0400 |
commit | 723813a496782efb3de1a4c497f257c2b6e1b0c4 (patch) | |
tree | 2b2d531fe682898b640da545d2002aaa2e5f1d7f | |
parent | 09f96ae0be9da0fc580e0036173838f05f7252b0 (diff) | |
download | astroconda-contrib-723813a496782efb3de1a4c497f257c2b6e1b0c4.tar.gz |
stsci.convolve: Bump verison -> 2.2.2 (#358)
-rw-r--r-- | stsci.convolve/meta.yaml | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/stsci.convolve/meta.yaml b/stsci.convolve/meta.yaml index 5156e2f..99113fa 100644 --- a/stsci.convolve/meta.yaml +++ b/stsci.convolve/meta.yaml @@ -1,6 +1,6 @@ {% set name = 'stsci.convolve' %} -{% set version = '2.2.1' %} -{% set number = '1' %} +{% set version = '2.2.2' %} +{% set number = '0' %} about: home: https://github.com/spacetelescope/{{ name }} @@ -17,13 +17,13 @@ package: requirements: build: - - d2to1 - - stsci.distutils - - numpy {{ numpy }} - - python {{ python }} + - d2to1 + - stsci.distutils + - numpy {{ numpy }} + - python {{ python }} run: - - numpy - - python + - numpy + - python source: git_tag: {{ version }} @@ -31,4 +31,4 @@ source: test: imports: - - stsci.convolve + - stsci.convolve |