Skip to content

Commit 57bce2d

Browse files
committed
chore: Version bump
1 parent 9d41d05 commit 57bce2d

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
@@ -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.0.3"
6+
__version__ = "3.0.4"

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.0.3"
3+
version = "3.0.4"
44
description = "A collection of Airflow operators, hooks, and utilities to execute dbt commands"
55
authors = [{ name = "Tomás Farías Santana", email = "tomas@tomasfarias.dev" }]
66
license = "MIT"

0 commit comments

Comments
 (0)