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 31b5109405a879e311df88ea7c7509aff6dd5c4d
Author: Jed Cunningham <[email protected]>
AuthorDate: Thu Feb 20 14:33:45 2025 -0700

    Bump task-sdk version to 1.0.0.alpha4
---
 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..687fd860530 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.alpha4"
 
 if TYPE_CHECKING:
     from airflow.sdk.definitions.asset import Asset, AssetAlias, AssetAll, 
AssetAny, AssetWatcher

Reply via email to