Bump the version (#47)
This commit is contained in:
+2
-2
@@ -10,8 +10,8 @@ import subprocess
|
||||
project = "MLX"
|
||||
copyright = "2023, MLX Contributors"
|
||||
author = "MLX Contributors"
|
||||
version = "0.0.3"
|
||||
release = "0.0.3"
|
||||
version = "0.0.4"
|
||||
release = "0.0.4"
|
||||
|
||||
# -- General configuration ---------------------------------------------------
|
||||
|
||||
|
||||
@@ -136,7 +136,7 @@ if __name__ == "__main__":
|
||||
|
||||
setup(
|
||||
name="mlx",
|
||||
version=get_version("0.0.3"),
|
||||
version=get_version("0.0.4"),
|
||||
author="MLX Contributors",
|
||||
author_email="[email protected]",
|
||||
description="A framework for machine learning on Apple Silicon.",
|
||||
|
||||
Reference in New Issue
Block a user