Skip to content

Commit 7b9b3ee

Browse files
authored
ONNX v1.3.0 release (onnx#1359)
* Bump version number to 1.3.0 * Include C files in source distribution * Include examples in source distribution
1 parent bae6333 commit 7b9b3ee

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

MANIFEST.in

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
recursive-include onnx *.h *.cc *.proto
1+
recursive-include onnx *.h *.c *.cc *.proto
22
recursive-include third_party *
33
include LICENSE
44
recursive-include onnx/backend/test/data *
5+
recursive-include onnx/examples *
56
recursive-include cmake *
67
recursive-include tools *
78
include VERSION_NUMBER
8-
include CMakeLists.txt
9+
include CMakeLists.txt

VERSION_NUMBER

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.2.2
1+
1.3.0

0 commit comments

Comments
 (0)