Unverified Commit 51b5153f by Tianqi Chen Committed by GitHub

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

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