summaryrefslogtreecommitdiff
path: root/photutils
diff options
context:
space:
mode:
authorLarry Bradley <larry.bradley@gmail.com>2017-03-02 13:34:18 -0500
committerJoseph Hunkeler <jhunkeler@users.noreply.github.com>2017-03-02 13:34:18 -0500
commita4d4194393b904e40eee3cd1c6bc90684898454f (patch)
treed634a81331920ac20a50078f5712957266daeaab /photutils
parent5bd00d3fda2709446756eb428ea248dfc4abb151 (diff)
downloadastroconda-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.yaml4
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 }}