From 744d36900e2698a0e51f063ffaccd7c956402115 Mon Sep 17 00:00:00 2001 From: Tatiana Al-Chueyr Date: Tue, 17 Dec 2024 14:02:00 +0000 Subject: [PATCH] 1.8.0a3 --- cosmos/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cosmos/__init__.py b/cosmos/__init__.py index 884a90659..0085da5de 100644 --- a/cosmos/__init__.py +++ b/cosmos/__init__.py @@ -6,7 +6,7 @@ Contains dags, task groups, and operators. """ -__version__ = "1.7.1" +__version__ = "1.8.0a3" from cosmos.airflow.dag import DbtDag