Version bump.

This commit is contained in:
Arik Fraimovich
2017-11-15 23:10:56 +02:00
parent 6eca14e441
commit b702299067
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "redash-client",
"version": "3.0.0",
"version": "4.0.0",
"description": "The frontend part of Redash.",
"main": "index.js",
"scripts": {

View File

@@ -18,7 +18,7 @@ from redash.query_runner import import_query_runners
from redash.destinations import import_destinations
__version__ = '3.0.0'
__version__ = '4.0.0'
def setup_logging():