Bump the version (#8)

* Bump the version
* Change the version in the docs as well
This commit is contained in:
Angelos Katharopoulos 2023-12-05 17:46:08 -08:00 committed by GitHub
parent d518b3b6a5
commit 07897a346d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -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 ---------------------------------------------------

View File

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