Stamping version to 0.21.0dev (#3801)

Making it clear that master has a `dev`-suffixed version. Proper release
number will be created in release branches.

There are constraints as to what npm and setuptools will accept as a
proper version number and N.N.Ndev seems to work so I'm rolling with it

Open to suggestion as to how to tag `master`
This commit is contained in:
Maxime Beauchemin 2017-11-08 09:47:41 -08:00 committed by Grace Guo
parent 0280bc52e0
commit 39e502faae

View File

@ -1,6 +1,6 @@
{
"name": "superset",
"version": "0.20.1",
"version": "0.21.0dev",
"description": "Superset is a data exploration platform designed to be visual, intuitive, and interactive.",
"license": "Apache-2.0",
"directories": {