diff --git a/airflow_dbt_python/__version__.py b/airflow_dbt_python/__version__.py index d05ec1c..8dcb76c 100644 --- a/airflow_dbt_python/__version__.py +++ b/airflow_dbt_python/__version__.py @@ -2,4 +2,4 @@ __author__ = "Tomás Farías Santana" __copyright__ = "Copyright 2021 Tomás Farías Santana" __title__ = "airflow-dbt-python" -__version__ = "1.0.3" +__version__ = "1.0.4" diff --git a/pyproject.toml b/pyproject.toml index e177a8c..c3aed89 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "airflow-dbt-python" -version = "1.0.3" +version = "1.0.4" description = "A collection of Airflow operators, hooks, and utilities to execute dbt commands" authors = ["Tomás Farías Santana "] license = "MIT"