Commit 154e054d by ziheng Committed by Tianqi Chen

[VERSION] Update to 0.6.dev (#2736)

parent c2e60c6f
{% set version = "0.5.dev" %}
{% set version = "0.6.dev" %}
package:
name: nnvm
......
{% set version = "0.5.dev" %}
{% set version = "0.6.dev" %}
package:
name: topi
......
{% set version = "0.5.dev" %}
{% set version = "0.6.dev" %}
package:
name: tvm-libs
......
{% set version = "0.5.dev" %}
{% set version = "0.6.dev" %}
package:
name: tvm
......
......@@ -43,7 +43,7 @@
#endif
// TVM version
#define TVM_VERSION "0.5.dev"
#define TVM_VERSION "0.6.dev"
// TVM Runtime is DLPack compatible.
......
......@@ -163,4 +163,4 @@ def find_include_path(name=None, search_path=None, optional=False):
# We use the version of the incoming release for code
# that is under development.
# The following line is set by tvm/python/update_version.py
__version__ = "0.5.dev"
__version__ = "0.6.dev"
......@@ -16,7 +16,7 @@ import re
# current version
# We use the version of the incoming release for code
# that is under development
__version__ = "0.5"
__version__ = "0.6.dev"
# Implementations
def update(file_name, pattern, repl):
......
......@@ -2,7 +2,7 @@
* TVM Javascript web runtime library.
*
* @projectname tvm
* @version 0.5.dev
* @version 0.6.dev
*/
/* eslint no-unused-vars: "off" */
/* eslint no-unexpected-multiline: "off" */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment