Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.',
Expand Down