From 9e38ffc053ae0927fd2c75969545ef2858eacff4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Far=C3=ADas=20Santana?= Date: Thu, 16 Mar 2023 23:35:11 +0100 Subject: [PATCH] chore: Version v1.0.1 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 46514d5..e7fd34f 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.0b0" +__version__ = "1.0.1" diff --git a/pyproject.toml b/pyproject.toml index 4ac10c2..7763eb7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "airflow-dbt-python" -version = "1.0.0" +version = "1.0.1" description = "A collection of Airflow operators, hooks, and utilities to execute dbt commands" authors = ["Tomás Farías Santana "] license = "MIT"