Skip to content

Commit 501739c

Browse files
committed
chore: Bump version to 0.14.2
1 parent 6f24aa0 commit 501739c

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__ = "0.14.0"
5+
__version__ = "0.14.2"

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 = "0.14.0"
3+
version = "0.14.2"
44
description = "A dbt operator and hook for Airflow"
55
authors = ["Tomás Farías Santana <tomas@tomasfarias.dev>"]
66
license = "MIT"

0 commit comments

Comments
 (0)