Skip to content

Commit edbe832

Browse files
committed
chore: Version bump
1 parent bc9822f commit edbe832

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.8.1"
5+
__version__ = "0.9.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 = "0.9.0"
3+
version = "0.9.1"
44
description = "A dbt operator for Airflow that uses the dbt Python package"
55
authors = ["Tomás Farías Santana <tomas@tomasfarias.dev>"]
66
license = "MIT"

0 commit comments

Comments
 (0)