mirror of
https://github.com/ml-explore/mlx.git
synced 2025-06-24 17:31:16 +08:00
bump version (#157)
This commit is contained in:
parent
c3272d4917
commit
76e1af0e02
@ -10,8 +10,8 @@ import subprocess
|
|||||||
project = "MLX"
|
project = "MLX"
|
||||||
copyright = "2023, MLX Contributors"
|
copyright = "2023, MLX Contributors"
|
||||||
author = "MLX Contributors"
|
author = "MLX Contributors"
|
||||||
version = "0.0.4"
|
version = "0.0.5"
|
||||||
release = "0.0.4"
|
release = "0.0.5"
|
||||||
|
|
||||||
# -- General configuration ---------------------------------------------------
|
# -- General configuration ---------------------------------------------------
|
||||||
|
|
||||||
|
2
setup.py
2
setup.py
@ -140,7 +140,7 @@ if __name__ == "__main__":
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="mlx",
|
name="mlx",
|
||||||
version=get_version("0.0.4"),
|
version=get_version("0.0.5"),
|
||||||
author="MLX Contributors",
|
author="MLX Contributors",
|
||||||
author_email="mlx@group.apple.com",
|
author_email="mlx@group.apple.com",
|
||||||
description="A framework for machine learning on Apple Silicon.",
|
description="A framework for machine learning on Apple Silicon.",
|
||||||
|
Loading…
Reference in New Issue
Block a user