From 8112a4c2baae3348734dfecdc14db9d434349248 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Far=C3=ADas=20Santana?= Date: Wed, 31 Jan 2024 00:04:31 +0100 Subject: [PATCH] chore: Version bump --- airflow_dbt_python/__version__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/airflow_dbt_python/__version__.py b/airflow_dbt_python/__version__.py index 66fff1f..55931e3 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__ = "2.0.0" +__version__ = "2.0.1" diff --git a/pyproject.toml b/pyproject.toml index 5673c6b..15d1128 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "airflow-dbt-python" -version = "2.0.0" +version = "2.0.1" description = "A collection of Airflow operators, hooks, and utilities to execute dbt commands" authors = ["Tomás Farías Santana "] license = "MIT"