Skip to content

Commit

Permalink
Bump version number to 5.0 (#1306)
Browse files Browse the repository at this point in the history
  • Loading branch information
TobyRoseman authored Oct 4, 2021
1 parent 30ea1da commit 89d058f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ The coremltools 5 package offers several performance improvements over previous
* [Core ML model package](https://coremltools.readme.io/docs/new-in-coremltools#save-a-core-ml-model-package): A new model container format that separates the model into components and offers more flexible metadata editing and better source control.
* [ML program](https://coremltools.readme.io/docs/ml-programs): A new model type that represents computation as programmatic instructions, offers more control over the precision of its intermediate tensors and better performance.

To install coremltools 5, use the following command:
To install coremltools, use the following command:

```shell
pip install coremltools==5.0b5
pip install coremltools
```


Expand Down
2 changes: 1 addition & 1 deletion coremltools/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
# found in the LICENSE.txt file or at https://opensource.org/licenses/BSD-3-Clause


__version__ = "5.0b5" # VERSION_STRING
__version__ = "5.0" # VERSION_STRING

0 comments on commit 89d058f

Please sign in to comment.