From 07897a346dce0e9098d2af1c4d2c050ad5d513e6 Mon Sep 17 00:00:00 2001 From: Angelos Katharopoulos Date: Tue, 5 Dec 2023 17:46:08 -0800 Subject: [PATCH] Bump the version (#8) * Bump the version * Change the version in the docs as well --- 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 132a85fb2..fe947466b 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.0" -release = "0.0.0" +version = "0.0.3" +release = "0.0.3" # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index 295da0a30..7e1ed230c 100644 --- a/setup.py +++ b/setup.py @@ -136,7 +136,7 @@ if __name__ == "__main__": setup( name="mlx", - version=get_version("0.0.2"), + version=get_version("0.0.3"), author="MLX Contributors", author_email="mlx@group.apple.com", description="A framework for machine learning on Apple Silicon.",