Skip to content

Commit

Permalink
Update PyPI version number (apache#11773)
Browse files Browse the repository at this point in the history
* Update issue templates

* Update PyPi version number

* Update version number to 0.1.3

* Update issue templates

* Remove files added by mistake
  • Loading branch information
apeforest authored and anirudh2290 committed Sep 19, 2018
1 parent b62cbf9 commit 7e6c77b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/coreml/pip_package/setup.py
Expand Up @@ -40,7 +40,7 @@ def readme():
return f.read()

setup(name='mxnet-to-coreml',
version='0.1.0',
version='0.1.3',
description='Tool to convert MXNet models into Apple CoreML model format.',
long_description=readme(),
classifiers=[
Expand Down

0 comments on commit 7e6c77b

Please sign in to comment.