From b19ef96425cc22cdd2181e4f62c5c3c8f5318e08 Mon Sep 17 00:00:00 2001 From: Mike Gouline Date: Sat, 27 Feb 2021 10:42:41 +1100 Subject: [PATCH] Update version to 0.5.2 --- dbtmetabase/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dbtmetabase/__init__.py b/dbtmetabase/__init__.py index acfe55a5..dd45165f 100644 --- a/dbtmetabase/__init__.py +++ b/dbtmetabase/__init__.py @@ -3,7 +3,7 @@ from .dbt import DbtReader from .metabase import MetabaseClient -__version__ = '0.5.1' +__version__ = '0.5.2' def export(dbt_path: str, mb_host: str, mb_user: str, mb_password: str,