Skip to content

Commit 526466d

Browse files
authored
version bump (#355)
* version bump * one more
1 parent e7f5059 commit 526466d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ option(MLX_BUILD_METAL "Build metal backend" ON)
1818
option(BUILD_SHARED_LIBS "Build mlx as a shared library" OFF)
1919

2020
if(NOT MLX_VERSION)
21-
set(MLX_VERSION 0.0.6)
21+
set(MLX_VERSION 0.0.7)
2222
endif()
2323

2424
# --------------------- Processor tests -------------------------

docs/src/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
project = "MLX"
1111
copyright = "2023, MLX Contributors"
1212
author = "MLX Contributors"
13-
version = "0.0.6"
14-
release = "0.0.6"
13+
version = "0.0.7"
14+
release = "0.0.7"
1515

1616
# -- General configuration ---------------------------------------------------
1717

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ def run(self) -> None:
164164

165165
setup(
166166
name="mlx",
167-
version=get_version("0.0.6"),
167+
version=get_version("0.0.7"),
168168
author="MLX Contributors",
169169
author_email="[email protected]",
170170
description="A framework for machine learning on Apple silicon.",

0 commit comments

Comments
 (0)