Skip to content

Commit 76e1af0

Browse files
authored
bump version (#157)
1 parent c3272d4 commit 76e1af0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ def run(self):
140140

141141
setup(
142142
name="mlx",
143-
version=get_version("0.0.4"),
143+
version=get_version("0.0.5"),
144144
author="MLX Contributors",
145145
author_email="[email protected]",
146146
description="A framework for machine learning on Apple Silicon.",

0 commit comments

Comments
 (0)