We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3272d4 commit 76e1af0Copy full SHA for 76e1af0
docs/src/conf.py
@@ -10,8 +10,8 @@
10
project = "MLX"
11
copyright = "2023, MLX Contributors"
12
author = "MLX Contributors"
13
-version = "0.0.4"
14
-release = "0.0.4"
+version = "0.0.5"
+release = "0.0.5"
15
16
# -- General configuration ---------------------------------------------------
17
setup.py
@@ -140,7 +140,7 @@ def run(self):
140
141
setup(
142
name="mlx",
143
- version=get_version("0.0.4"),
+ version=get_version("0.0.5"),
144
author="MLX Contributors",
145
author_email="[email protected]",
146
description="A framework for machine learning on Apple Silicon.",
0 commit comments