diff options
| -rw-r--r-- | astropy-healpix/meta.yaml | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/astropy-healpix/meta.yaml b/astropy-healpix/meta.yaml index 0c33d2e..e8d08a4 100644 --- a/astropy-healpix/meta.yaml +++ b/astropy-healpix/meta.yaml @@ -1,12 +1,12 @@  {% set name = 'astropy-healpix' %}  {% set version = '0.3.1' %}  {% set tag = 'v' + version %} -{% set number = '0' %} +{% set number = '1' %}  about:    home: http://astropy-healpix.readthedocs.io/    license: BSD -  summary: Speedy Cosmic Ray Annihilation Package in Python +  summary: A Python package for HEALPix  build:    number: {{ number }} | 
