Skip to content
This repository has been archived by the owner on Feb 7, 2023. It is now read-only.

Commit

Permalink
Merge pull request #340 from aseemw/dev/bump_version_0.2.0
Browse files Browse the repository at this point in the history
Bump version to 0.2.0
  • Loading branch information
aseemw authored Sep 24, 2018
2 parents 0d5c37e + bafe0c1 commit 08aeb72
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ cd onnx-coreml

* click
* numpy
* coremltools (0.8+)
* onnx (0.2.1+)
* coremltools (2.0+)
* onnx (1.3.0+)

## How to use

Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import sys


VERSION = '0.1.1'
VERSION = '0.2.0'

here = path.abspath(path.dirname(__file__))

Expand Down Expand Up @@ -47,10 +47,10 @@
install_requires=[
'click',
'numpy',
'onnx>=0.2.1',
'onnx>=1.3.0',
'typing>=3.6.4',
'typing-extensions>=3.6.2.1',
'coremltools>=0.8',
'coremltools>=2.0',
],
setup_requires=['pytest-runner'],
tests_require=[
Expand Down

0 comments on commit 08aeb72

Please sign in to comment.