diff --git a/redash/__init__.py b/redash/__init__.py index 2286b624e7..2b10d6bd43 100644 --- a/redash/__init__.py +++ b/redash/__init__.py @@ -6,7 +6,7 @@ from redash import settings from redash.query_runner import import_query_runners -__version__ = '0.6.0' +__version__ = '0.6.1' def setup_logging():