From 020a1d64ee835265b7b7f6f0eec3369746fdd999 Mon Sep 17 00:00:00 2001 From: Albert Date: Thu, 16 Jul 2026 12:51:35 +0800 Subject: [PATCH] update version to 1.5.0 --- python/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/python/__init__.py b/python/__init__.py index 884687e8..e1e4bfb8 100644 --- a/python/__init__.py +++ b/python/__init__.py @@ -62,7 +62,7 @@ from . import gradients, ops, raw_ops # Package version -__version__ = "0.1.0" +__version__ = "1.5.0" # Load plugin automatically on import _plugin_loaded = False diff --git a/setup.py b/setup.py index abcfafcf..65fd0cf3 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ # Package metadata PACKAGE_NAME = "tensorflow_musa" # pip install name SOURCE_DIR = "python" # source code directory -VERSION = "0.1.0" +VERSION = "1.5.0" DESCRIPTION = "High-performance TensorFlow extension for Moore Threads MUSA GPUs" AUTHOR = "TensorFlow MUSA Authors" LICENSE = "Apache 2.0"