Skip to content

Commit 8d0e3d5

Browse files
authored
Merge release branch back to master (onnx#512)
* Revised Installation.md (onnx#304) * Revised CONTRIBUTING.md (onnx#303) * Revised CONTRIBUTING.md * Bump version to 1.0.0 * Include VERSION_NUMBER file into distribution * Remove the negative pad test case (onnx#350) * Updating error handling to properly handle the case where git is not installed * Version bump * Bump conda version number to 1.0.1
1 parent a7427dd commit 8d0e3d5

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

MANIFEST.in

+1
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ recursive-include onnx *.h *.cc *.proto
22
recursive-include third_party *
33
include LICENSE
44
recursive-include onnx/backend/test/data *
5+
include VERSION_NUMBER

VERSION_NUMBER

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.2.1
1+
1.0.1

conda/meta.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% set version = "0.2.1" %}
1+
{% set version = "1.0.1" %}
22

33
package:
44
name: onnx

0 commit comments

Comments
 (0)