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

Update PyPI version number #11773

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.1',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

https://pypi.org/project/mxnet-to-coreml/ seems to indicate we are already at 0.1.2.
Update this to 0.1.3 instead?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated

description='Tool to convert MXNet models into Apple CoreML model format.',
long_description=readme(),
classifiers=[
Expand Down