This is an automated email from the ASF dual-hosted git repository.

kaxilnaik pushed a commit to branch v3-0-test
in repository https://gitbox.apache.org/repos/asf/airflow.git

commit 4ab7b65f7cc75c9a6fd0d159cceb3fe91d6bf8c8
Author: Jed Cunningham <[email protected]>
AuthorDate: Thu Feb 20 14:33:45 2025 -0700

    Bump task-sdk version to 1.0.0.b4
---
 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 edf4215aed0..be2dcfc0d2e 100644
--- a/task-sdk/src/airflow/sdk/__init__.py
+++ b/task-sdk/src/airflow/sdk/__init__.py
@@ -47,7 +47,7 @@ __all__ = [
     "literal",
 ]
 
-__version__ = "1.0.0.alpha1"
+__version__ = "1.0.0.b4"
 
 if TYPE_CHECKING:
     from airflow.sdk.definitions.asset import Asset, AssetAlias, AssetAll, 
AssetAny, AssetWatcher

Reply via email to