diff options
author | Larry Bradley <larry.bradley@gmail.com> | 2017-03-02 13:34:18 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2017-03-02 13:34:18 -0500 |
commit | a4d4194393b904e40eee3cd1c6bc90684898454f (patch) | |
tree | d634a81331920ac20a50078f5712957266daeaab /photutils | |
parent | 5bd00d3fda2709446756eb428ea248dfc4abb151 (diff) | |
download | astroconda-contrib-a4d4194393b904e40eee3cd1c6bc90684898454f.tar.gz |
Update photutils to v0.3.1 (#180)
* Update photutils to v0.3.1
* Reset build number
Diffstat (limited to 'photutils')
-rw-r--r-- | photutils/meta.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/photutils/meta.yaml b/photutils/meta.yaml index 9cf423a..59e8813 100644 --- a/photutils/meta.yaml +++ b/photutils/meta.yaml @@ -1,7 +1,7 @@ {% set name = 'photutils' %} -{% set version = '0.3' %} +{% set version = '0.3.1' %} {% set tag = 'v' + version %} -{% set number = '2' %} +{% set number = '0' %} about: home: https://github.com/astropy/{{ name }} |