From 0c35cf490d6f16db1a9c2c5d95d2a43fdfa7afd1 Mon Sep 17 00:00:00 2001 From: Mike Gouline Date: Fri, 15 May 2020 19:39:58 +1000 Subject: [PATCH] Bump up version to 0.4.1 --- dbtmetabase/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dbtmetabase/__init__.py b/dbtmetabase/__init__.py index 44e36226..2b7de57a 100644 --- a/dbtmetabase/__init__.py +++ b/dbtmetabase/__init__.py @@ -3,7 +3,7 @@ from .dbt import DbtReader from .metabase import MetabaseClient -__version__ = '0.4.0' +__version__ = '0.4.1' def export(dbt_path: str, mb_host: str, mb_user: str, mb_password: str,