From efb41a0d693d3273bb6f751c14f29a8d4ded54a1 Mon Sep 17 00:00:00 2001 From: aseemw Date: Fri, 6 Sep 2019 13:21:37 -0700 Subject: [PATCH] 3.0b6 release --- README.md | 6 +++--- docs/conf.py | 2 +- setup.py | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 20bd07559..4b2bcc94f 100644 --- a/README.md +++ b/README.md @@ -5,12 +5,12 @@ Core ML community tools contains all supporting tools for Core ML model conversion and validation. This includes scikit-learn, LIBSVM, Caffe, Keras and XGBoost. -coremltools 3.0b beta ---------------------- +coremltools 3.0 beta +-------------------- [Release notes](https://github.com/apple/coremltools/releases/tag/v3.0-beta) ```shell # Install using pip -pip install coremltools==3.0b5 +pip install coremltools==3.0b6 ``` API diff --git a/docs/conf.py b/docs/conf.py index 55222a4da..40ad7b6d3 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -56,7 +56,7 @@ try: version = pkg_resources.require("coremltools")[0].version except: - version = "3.0b5" + version = "3.0b6" # The short X.Y version. version = version diff --git a/setup.py b/setup.py index d07012618..cff7260bd 100755 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ long_description = f.read() setup(name='coremltools', - version='3.0b5', + version='3.0b6', description='Community Tools for CoreML', long_description=long_description, author='Apple Inc.',