diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2018-03-28 10:10:47 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-28 10:10:47 -0400 |
commit | fc4cd2dd8b4e3fee0bac30c82d818874b97d76ad (patch) | |
tree | 81ea3dab17a36e654fe2b6a9f26ec2d6d9f330dd | |
parent | d5a58303c9b3d1dea34fd6db22daaa19063faf5f (diff) | |
download | astroconda-contrib-fc4cd2dd8b4e3fee0bac30c82d818874b97d76ad.tar.gz |
Update ccdproc to 1.3.0.post1 (#331)
-rw-r--r-- | ccdproc/meta.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ccdproc/meta.yaml b/ccdproc/meta.yaml index f1dfc4b..49fe59d 100644 --- a/ccdproc/meta.yaml +++ b/ccdproc/meta.yaml @@ -1,5 +1,5 @@ {% set name = 'ccdproc' %} -{% set version = '1.3.0' %} +{% set version = '1.3.0.post1' %} {% set tag = 'v' + version %} {% set number = '0' %} |