Skip to content

Commit 77656ea

Browse files
millintomasfarias
authored andcommitted
chore: Version bump
1 parent 3e603f8 commit 77656ea

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

airflow_dbt_python/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
__author__ = "Tomás Farías Santana"
44
__copyright__ = "Copyright 2021 Tomás Farías Santana"
55
__title__ = "airflow-dbt-python"
6-
__version__ = "3.2.0"
6+
__version__ = "3.2.1"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "airflow-dbt-python"
3-
version = "3.2.0"
3+
version = "3.2.1"
44
description = "A collection of Airflow operators, hooks, and utilities to execute dbt commands"
55
authors = [{ name = "Tomás Farías Santana", email = "[email protected]" }]
66
license = "MIT"

0 commit comments

Comments
 (0)