diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2017-07-08 14:06:13 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-08 14:06:13 -0400 |
commit | 7a6082a9fbe179a0a4ba1f751a1f77053e5ff7a3 (patch) | |
tree | f30cb3dd516ca7bf44c613ccf36dc2dde51ced62 | |
parent | 505dd04b49a78823ee71acae1418647efeb123ea (diff) | |
download | astroconda-dev-7a6082a9fbe179a0a4ba1f751a1f77053e5ff7a3.tar.gz |
Astropy dev bump
-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 9b0f5da..ac7a6f1 100644 --- a/astropy/meta.yaml +++ b/astropy/meta.yaml @@ -1,5 +1,5 @@ {% set name = 'astropy' %} -{% set version = '2.0.dev' + environ.get("GIT_DESCRIBE_NUMBER", "0") %} +{% set version = '3.0.dev' + environ.get("GIT_DESCRIBE_NUMBER", "0") %} {% set number = '0' %} about: |