diff --git a/conda/tvm-libs/meta.yaml b/conda/tvm-libs/meta.yaml index 83e73a7de9ab..cf79f39d0721 100644 --- a/conda/tvm-libs/meta.yaml +++ b/conda/tvm-libs/meta.yaml @@ -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 diff --git a/conda/tvm/meta.yaml b/conda/tvm/meta.yaml index 3ce0f5e4726c..c64ebb1ef819 100644 --- a/conda/tvm/meta.yaml +++ b/conda/tvm/meta.yaml @@ -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 diff --git a/include/tvm/runtime/c_runtime_api.h b/include/tvm/runtime/c_runtime_api.h index dba9dffad43a..e0673bf8b830 100644 --- a/include/tvm/runtime/c_runtime_api.h +++ b/include/tvm/runtime/c_runtime_api.h @@ -61,7 +61,7 @@ #endif // TVM version -#define TVM_VERSION "0.6.0" +#define TVM_VERSION "0.7.dev0" // TVM Runtime is DLPack compatible. diff --git a/python/tvm/_ffi/libinfo.py b/python/tvm/_ffi/libinfo.py index cea34d380ca4..e87a3368268e 100644 --- a/python/tvm/_ffi/libinfo.py +++ b/python/tvm/_ffi/libinfo.py @@ -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" diff --git a/version.py b/version.py index aa20810a2069..f27527006564 100644 --- a/version.py +++ b/version.py @@ -31,7 +31,7 @@ # 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): diff --git a/web/tvm_runtime.js b/web/tvm_runtime.js index 9515a2ec601a..6dfb684bb18b 100644 --- a/web/tvm_runtime.js +++ b/web/tvm_runtime.js @@ -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" */