Skip to content

Commit 8112a4c

Browse files
committed
chore: Version bump
1 parent f8355c5 commit 8112a4c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

airflow_dbt_python/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
__author__ = "Tomás Farías Santana"
33
__copyright__ = "Copyright 2021 Tomás Farías Santana"
44
__title__ = "airflow-dbt-python"
5-
__version__ = "2.0.0"
5+
__version__ = "2.0.1"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "airflow-dbt-python"
3-
version = "2.0.0"
3+
version = "2.0.1"
44
description = "A collection of Airflow operators, hooks, and utilities to execute dbt commands"
55
authors = ["Tomás Farías Santana <tomas@tomasfarias.dev>"]
66
license = "MIT"

0 commit comments

Comments
 (0)