Unverified Commit 51b5153f by Tianqi Chen Committed by GitHub

[VERSION] Update mainline version to 0.7.dev0 (#4720)

parent 0ec27f4b
......@@ -15,7 +15,7 @@
# specific language governing permissions and limitations
# under the License.
{% set version = "0.6.0" %}
{% set version = "0.7.dev0" %}
package:
name: tvm-libs
......
......@@ -15,7 +15,7 @@
# specific language governing permissions and limitations
# under the License.
{% set version = "0.6.0" %}
{% set version = "0.7.dev0" %}
package:
name: tvm
......
......@@ -61,7 +61,7 @@
#endif
// TVM version
#define TVM_VERSION "0.6.0"
#define TVM_VERSION "0.7.dev0"
// TVM Runtime is DLPack compatible.
......
......@@ -209,4 +209,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.6.0"
__version__ = "0.7.dev0"
......@@ -31,7 +31,7 @@ import re
# current version
# We use the version of the incoming release for code
# that is under development
__version__ = "0.6.0"
__version__ = "0.7.dev0"
# Implementations
def update(file_name, pattern, repl):
......
......@@ -21,7 +21,7 @@
* TVM Javascript web runtime library.
*
* @projectname tvm
* @version 0.6.0
* @version 0.7.dev0
*/
/* 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