Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion python/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Loading