diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2017-01-04 22:32:24 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-04 22:32:24 -0500 |
commit | ebc50321b8c9df0600d8fe330ce92ac8ba5cbddb (patch) | |
tree | 73bdde888ee0682652d880a6266852b054982524 | |
parent | 5e0c86a8ae5ef19a3a490d7a68273786beedb9d8 (diff) | |
download | astroconda-dev-ebc50321b8c9df0600d8fe330ce92ac8ba5cbddb.tar.gz |
Bump astropy version ident 1.3 -> 2.0
-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 6d6c654..01bbf00 100644 --- a/astropy/meta.yaml +++ b/astropy/meta.yaml @@ -1,5 +1,5 @@ {% set name = 'astropy' %} -{% set version = '1.3dev' + environ.get("GIT_DESCRIBE_NUMBER", "0") %} +{% set version = '2.0.dev' + environ.get("GIT_DESCRIBE_NUMBER", "0") %} {% set number = '0' %} about: |