From dfb23463767fdcdd18797159e383a169bd68863f Mon Sep 17 00:00:00 2001 From: Pankaj Koti Date: Sun, 11 Aug 2024 00:00:32 +0530 Subject: [PATCH] Release 1.6.0a6 --- cosmos/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cosmos/__init__.py b/cosmos/__init__.py index c83bc7d74..86d29576a 100644 --- a/cosmos/__init__.py +++ b/cosmos/__init__.py @@ -5,7 +5,7 @@ Contains dags, task groups, and operators. """ -__version__ = "1.6.0a5" +__version__ = "1.6.0a6" from cosmos.airflow.dag import DbtDag