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.",