Skip to content

Commit

Permalink
[Fix] Remove the tvm web from version update (apache#6122)
Browse files Browse the repository at this point in the history
  • Loading branch information
icemelon authored and Trevor Morris committed Aug 26, 2020
1 parent 20905ba commit a816bd3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions version.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
List of affected files:
- tvm-root/python/tvm/_ffi/libinfo.py
- tvm-root/include/tvm/runtime/c_runtime_api.h
- tvm-root/web/tvm_runtime.js
- tvm-root/conda/tvm/meta.yaml
- tvm-root/conda/tvm-libs/meta.yaml
"""
Expand Down Expand Up @@ -72,9 +71,6 @@ def main():
for path in ["tvm", "tvm-libs"]:
update(os.path.join(proj_root, "conda", path, "meta.yaml"),
"(?<=version = \")[.0-9a-z]+", __version__)
# web
update(os.path.join(proj_root, "web", "tvm_runtime.js"),
"(?<=@version )[.0-9a-z]+", __version__)

if __name__ == "__main__":
main()

0 comments on commit a816bd3

Please sign in to comment.