From ab4c1d38be8db548d68f41990f5eac5e417f351b Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Tue, 2 Aug 2016 10:59:21 -0400 Subject: Update astropy 1.3dev Otherwise 1.2.1 takes over in the dev environment. --- astropy/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'astropy') diff --git a/astropy/meta.yaml b/astropy/meta.yaml index 5ad60e3..6d6c654 100644 --- a/astropy/meta.yaml +++ b/astropy/meta.yaml @@ -1,5 +1,5 @@ {% set name = 'astropy' %} -{% set version = '1.2dev' + environ.get("GIT_DESCRIBE_NUMBER", "0") %} +{% set version = '1.3dev' + environ.get("GIT_DESCRIBE_NUMBER", "0") %} {% set number = '0' %} about: -- cgit