diff --git a/cosmos/__init__.py b/cosmos/__init__.py index 1a00036f1..c83bc7d74 100644 --- a/cosmos/__init__.py +++ b/cosmos/__init__.py @@ -5,7 +5,7 @@ Contains dags, task groups, and operators. """ -__version__ = "1.5.1" +__version__ = "1.6.0a5" from cosmos.airflow.dag import DbtDag