From 2dccf84037ea79f3ce9375b0b8a78218106aca67 Mon Sep 17 00:00:00 2001 From: Tatiana Al-Chueyr Date: Wed, 2 Oct 2024 07:47:28 +0100 Subject: [PATCH] Release 1.7.0a1 --- cosmos/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cosmos/__init__.py b/cosmos/__init__.py index f76f18b7c..e82db83ea 100644 --- a/cosmos/__init__.py +++ b/cosmos/__init__.py @@ -5,7 +5,7 @@ Contains dags, task groups, and operators. """ -__version__ = "1.6.0" +__version__ = "1.7.0a1" from cosmos.airflow.dag import DbtDag