diff options
| author | P. L. Lim <lim@stsci.edu> | 2016-10-23 23:11:26 -0400 | 
|---|---|---|
| committer | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2016-10-23 23:11:26 -0400 | 
| commit | 57e05c1c636275be78a974beb54b97a17e5f4b38 (patch) | |
| tree | 57d401a48d57b4f5d362ef3404efab305dd56308 | |
| parent | 942435579f46bfb1c3074d28f8813c9a3f0932de (diff) | |
| download | astroconda-contrib-57e05c1c636275be78a974beb54b97a17e5f4b38.tar.gz | |
Bumped astroimtools to 0.1.1 (#75)
| -rw-r--r-- | astroimtools/meta.yaml | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/astroimtools/meta.yaml b/astroimtools/meta.yaml index 3249531..160be90 100644 --- a/astroimtools/meta.yaml +++ b/astroimtools/meta.yaml @@ -7,7 +7,7 @@ build:      number: '0'  package:      name: astroimtools -    version: '0.1' +    version: '0.1.1'  requirements:      build:      - astropy >=1.1 @@ -23,7 +23,7 @@ requirements:      - numpy x.x      - python x.x  source: -    git_tag: v0.1 +    git_tag: v0.1.1      git_url: https://github.com/spacetelescope/astroimtools  test:      commands: | 
