This is an automated email from the ASF dual-hosted git repository. jedcunningham pushed a commit to branch v3-0-test in repository https://gitbox.apache.org/repos/asf/airflow.git
commit d840beb8fdf3db6120d786d060e42a26dab3d00f Author: Jed Cunningham <[email protected]> AuthorDate: Thu Feb 20 14:33:45 2025 -0700 Bump task-sdk version to 1.0.0.b2 --- task_sdk/src/airflow/sdk/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/task_sdk/src/airflow/sdk/__init__.py b/task_sdk/src/airflow/sdk/__init__.py index 65131790c7c..53702da0f4a 100644 --- a/task_sdk/src/airflow/sdk/__init__.py +++ b/task_sdk/src/airflow/sdk/__init__.py @@ -43,7 +43,7 @@ __all__ = [ "literal", ] -__version__ = "1.0.0.alpha1" +__version__ = "1.0.0.b2" if TYPE_CHECKING: from airflow.sdk.definitions.asset import Asset, AssetAlias, AssetAll, AssetAny, AssetWatcher
