diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2016-08-02 10:59:21 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-02 10:59:21 -0400 |
commit | ab4c1d38be8db548d68f41990f5eac5e417f351b (patch) | |
tree | 38546deebb22d4fb966272d2f0524b5f4495473e /astropy/meta.yaml | |
parent | b49b0d272fdbe8589ca33aa204d22383ae61d277 (diff) | |
download | astroconda-dev-ab4c1d38be8db548d68f41990f5eac5e417f351b.tar.gz |
Update astropy 1.3dev
Otherwise 1.2.1 takes over in the dev environment.
Diffstat (limited to 'astropy/meta.yaml')
-rw-r--r-- | astropy/meta.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
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: |