Skip to content

Commit 093de55

Browse files
committed
chore: Bump version
1 parent 02f7cb0 commit 093de55

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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.3.0"
6+
__version__ = "3.4.0"

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.3.0"
3+
version = "3.4.0"
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)