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

    Bump task-sdk version to 1.0.0
---
 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 8b933942df5..85d4b496f6f 100644
--- a/task-sdk/src/airflow/sdk/__init__.py
+++ b/task-sdk/src/airflow/sdk/__init__.py
@@ -55,7 +55,7 @@ __all__ = [
     "teardown",
 ]
 
-__version__ = "1.0.0.alpha1"
+__version__ = "1.0.0"
 
 if TYPE_CHECKING:
     from airflow.sdk.bases.notifier import BaseNotifier

Reply via email to