Skip to content

Commit

Permalink
Updates version to 0.3.13
Browse files Browse the repository at this point in the history
Signed-off-by: Rajeev Rao <[email protected]>
  • Loading branch information
pranavm-nvidia authored and rajeevsrao committed Sep 28, 2021
1 parent 54f01d7 commit 690fe9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/onnx-graphsurgeon/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Dates are in YYYY-MM-DD format.


## vNext()
## v0.3.13 (2021-09-21)
### Added
- `Graph.tensors()` will now display a warning when duplicate tensors are detected in the graph, even if `check_duplicates=False`.
As before, when `check_duplicates=True`, it will throw an exception in such cases.
Expand Down
2 changes: 1 addition & 1 deletion tools/onnx-graphsurgeon/onnx_graphsurgeon/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
from onnx_graphsurgeon.ir.tensor import Constant, Tensor, Variable
from onnx_graphsurgeon.util.exception import OnnxGraphSurgeonException

__version__ = "0.3.12"
__version__ = "0.3.13"

0 comments on commit 690fe9c

Please sign in to comment.