Skip to content

Commit ecdb9a4

Browse files
authored
Merge pull request #444 from aseemw/dev/coremltools_3_0_release
3.0b6 release
2 parents e3a13d9 + efb41a0 commit ecdb9a4

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ Core ML community tools contains all supporting tools for Core ML model
55
conversion and validation. This includes scikit-learn, LIBSVM, Caffe,
66
Keras and XGBoost.
77

8-
coremltools 3.0b beta
9-
---------------------
8+
coremltools 3.0 beta
9+
--------------------
1010
[Release notes](https://github.com/apple/coremltools/releases/tag/v3.0-beta)
1111
```shell
1212
# Install using pip
13-
pip install coremltools==3.0b5
13+
pip install coremltools==3.0b6
1414
```
1515

1616
API

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
try:
5757
version = pkg_resources.require("coremltools")[0].version
5858
except:
59-
version = "3.0b5"
59+
version = "3.0b6"
6060

6161
# The short X.Y version.
6262
version = version

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
long_description = f.read()
1111

1212
setup(name='coremltools',
13-
version='3.0b5',
13+
version='3.0b6',
1414
description='Community Tools for CoreML',
1515
long_description=long_description,
1616
author='Apple Inc.',

0 commit comments

Comments
 (0)