diff --git a/dbtmetabase/__init__.py b/dbtmetabase/__init__.py index 7352005a..a50c9e0b 100644 --- a/dbtmetabase/__init__.py +++ b/dbtmetabase/__init__.py @@ -3,7 +3,7 @@ from .dbt import DbtReader from .metabase import MetabaseClient -__version__ = '0.2.1' +__version__ = '0.3.0' def export(dbt_path: str, mb_host: str, mb_user: str, mb_password: str,