We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b54ad1 commit 4820d65Copy full SHA for 4820d65
_doc/index.rst
@@ -142,4 +142,5 @@ Light API
142
Older versions
143
++++++++++++++
144
145
+* `0.1.3 <../v0.1.3/index.html>`_
146
* `0.1.2 <../v0.1.2/index.html>`_
onnx_array_api/__init__.py
@@ -3,5 +3,5 @@
3
APIs to create ONNX Graphs.
4
"""
5
6
-__version__ = "0.1.3"
+__version__ = "0.2.0"
7
__author__ = "Xavier Dupré"
0 commit comments