From 5352d69d9cc22dedbbe915e4858bde486f2872cc Mon Sep 17 00:00:00 2001 From: Julian LaNeve Date: Thu, 27 Jul 2023 12:22:55 -0400 Subject: [PATCH] bump to alpha version --- cosmos/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cosmos/__init__.py b/cosmos/__init__.py index e6ec24bc4..e0ca7a024 100644 --- a/cosmos/__init__.py +++ b/cosmos/__init__.py @@ -5,7 +5,7 @@ Contains dags, task groups, and operators. """ -__version__ = "1.0.1" +__version__ = "1.0.2a1" from cosmos.airflow.dag import DbtDag from cosmos.airflow.task_group import DbtTaskGroup