From 69cc1941d9e7b6452660515317d7b72457dccba1 Mon Sep 17 00:00:00 2001 From: Tatiana Al-Chueyr Date: Thu, 19 Dec 2024 15:42:32 +0000 Subject: [PATCH] Upgrade telemetry --- cosmos/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cosmos/__init__.py b/cosmos/__init__.py index bf3041d2b..9feb20b7f 100644 --- a/cosmos/__init__.py +++ b/cosmos/__init__.py @@ -6,7 +6,7 @@ Contains dags, task groups, and operators. """ -__version__ = "1.8.0a6" +__version__ = "1.8.0a7" from cosmos.airflow.dag import DbtDag