diff --git a/README.md b/README.md index 5fd61a6c6..ff7d4f212 100644 --- a/README.md +++ b/README.md @@ -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 ``` diff --git a/coremltools/version.py b/coremltools/version.py index 775844229..5c8bf39d5 100644 --- a/coremltools/version.py +++ b/coremltools/version.py @@ -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