mirror of
https://github.com/ml-explore/mlx.git
synced 2025-10-20 09:33:16 +08:00
Bump the version (#47)
This commit is contained in:

committed by
GitHub

parent
d895e38f2e
commit
43e336cff2
@@ -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.3"
|
version = "0.0.4"
|
||||||
release = "0.0.3"
|
release = "0.0.4"
|
||||||
|
|
||||||
# -- General configuration ---------------------------------------------------
|
# -- General configuration ---------------------------------------------------
|
||||||
|
|
||||||
|
2
setup.py
2
setup.py
@@ -136,7 +136,7 @@ if __name__ == "__main__":
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="mlx",
|
name="mlx",
|
||||||
version=get_version("0.0.3"),
|
version=get_version("0.0.4"),
|
||||||
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.",
|
||||||
|
Reference in New Issue
Block a user