Skip to content

Commit 8385f93

Browse files
authored
Bumping the version (#256)
1 parent 2118c3d commit 8385f93

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
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.3)
21+
set(MLX_VERSION 0.0.6)
2222
endif()
2323

2424
# --------------------- Processor tests -------------------------
@@ -221,4 +221,4 @@ install(
221221
install(
222222
DIRECTORY ${CMAKE_MODULE_PATH}/
223223
DESTINATION ${MLX_CMAKE_INSTALL_MODULE_DIR}
224-
)
224+
)

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.5"
14-
release = "0.0.5"
13+
version = "0.0.6"
14+
release = "0.0.6"
1515

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

setup.py

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

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

0 commit comments

Comments
 (0)