[VERSION] Update mainline version to 0.7.dev0 (#4720)
authorTianqi Chen <tqchen@users.noreply.github.com>
Thu, 16 Jan 2020 04:23:06 +0000 (20:23 -0800)
committerGitHub <noreply@github.com>
Thu, 16 Jan 2020 04:23:06 +0000 (20:23 -0800)
conda/tvm-libs/meta.yaml
conda/tvm/meta.yaml
include/tvm/runtime/c_runtime_api.h
python/tvm/_ffi/libinfo.py
version.py
web/tvm_runtime.js

index 83e73a7..cf79f39 100644 (file)
@@ -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
index 3ce0f5e..c64ebb1 100644 (file)
@@ -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
index dba9dff..e0673bf 100644 (file)
@@ -61,7 +61,7 @@
 #endif
 
 // TVM version
-#define TVM_VERSION "0.6.0"
+#define TVM_VERSION "0.7.dev0"
 
 
 // TVM Runtime is DLPack compatible.
index cea34d3..e87a336 100644 (file)
@@ -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"
index aa20810..f275270 100644 (file)
@@ -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):
index 9515a2e..6dfb684 100644 (file)
@@ -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" */