Use a dummy version number on master (#5000)

Currently we assign release version number in release branches and
master was still pointing to some old version number from when the
process was different. We need a dummy version number that both setuptools
and npm are ok with.
This commit is contained in:
Maxime Beauchemin 2018-05-24 17:42:46 -07:00 committed by GitHub
parent 3207116535
commit 42d0597b90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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