Skip to content

Commit 2f431e9

Browse files
authored
Bump the version (#107)
1 parent 1127dcc commit 2f431e9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}/cmake")
99
option(MLX_BUILD_PYTHON_BINDINGS "Build python bindings for mlx data" OFF)
1010

1111
if(NOT MLX_DATA_VERSION)
12-
set(MLX_DATA_VERSION 0.1.0)
12+
set(MLX_DATA_VERSION 0.2.0)
1313
endif()
1414

1515
# ----------------------------- 3rdparty -----------------------------

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ def build_extension(self, ext) -> None:
102102

103103
setup(
104104
name="mlx-data",
105-
version=get_version("0.1.0"),
105+
version=get_version("0.2.0"),
106106
author="Ronan Collobert",
107107
author_email="collobert@apple.com",
108108
url="https://github.com/ml-explore/mlx-data",

0 commit comments

Comments
 (0)