mirror of
https://github.com/apache/superset.git
synced 2026-06-01 21:59:26 +00:00
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:
committed by
GitHub
parent
3207116535
commit
42d0597b90
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user