diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2018-02-19 14:35:07 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-19 14:35:07 -0500 |
commit | 67a98e73aeec1bd70eb9399c778f047e2fc40045 (patch) | |
tree | 5e8226540c44dda8c6ce16b7e58fa8b2864c4503 | |
parent | b3cc0b5542612388eb4b5fc78c048ebf10a2589f (diff) | |
download | astroconda-dev-67a98e73aeec1bd70eb9399c778f047e2fc40045.tar.gz |
astropy: track next major release (#110)
-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 7ecf214..e06a3c3 100644 --- a/astropy/meta.yaml +++ b/astropy/meta.yaml @@ -1,5 +1,5 @@ {% set name = 'astropy' %} -{% set version = "3.1.0.dev" ~ GIT_DESCRIBE_NUMBER ~ "+" ~ GIT_DESCRIBE_HASH %} +{% set version = "4.0.0.dev" ~ GIT_DESCRIBE_NUMBER ~ "+" ~ GIT_DESCRIBE_HASH %} {% if version[0] == 'v' %} {% set version = version[1:] %} {% endif %} |