From 43e336cff25ef9f1c4b3d54dc7995cbdf7d4b1d0 Mon Sep 17 00:00:00 2001 From: Angelos Katharopoulos Date: Thu, 7 Dec 2023 06:40:55 -0800 Subject: [PATCH] Bump the version (#47) --- docs/src/conf.py | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/src/conf.py b/docs/src/conf.py index fe947466b..507e4c28b 100644 --- a/docs/src/conf.py +++ b/docs/src/conf.py @@ -10,8 +10,8 @@ import subprocess project = "MLX" copyright = "2023, MLX Contributors" author = "MLX Contributors" -version = "0.0.3" -release = "0.0.3" +version = "0.0.4" +release = "0.0.4" # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index ac6e622bc..1809ba5c6 100644 --- a/setup.py +++ b/setup.py @@ -136,7 +136,7 @@ if __name__ == "__main__": setup( name="mlx", - version=get_version("0.0.3"), + version=get_version("0.0.4"), author="MLX Contributors", author_email="mlx@group.apple.com", description="A framework for machine learning on Apple Silicon.",