This commit is contained in:
Xavier Dupré 2021-04-13 23:42:27 +02:00 коммит произвёл GitHub
Родитель 32577a8add
Коммит 87f4c234c7
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 9 добавлений и 1 удалений

Просмотреть файл

@ -33,5 +33,13 @@ This project has adopted the [Microsoft Open Source Code of Conduct](https://ope
For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or
contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.
# Release
The package is currently release on test pypi
[onnxruntime-customops](https://test.pypi.org/project/onnxruntime-customops/).
# Changes
**0.0.2**:
# License
[MIT License](LICENSE)

Просмотреть файл

@ -7,7 +7,7 @@
The entry point to onnxruntime custom op library
"""
__version__ = "0.0.1"
__version__ = "0.0.2"
__author__ = "Microsoft"