# specific language governing permissions and limitations
# under the License.
-{% set version = "0.6.0" %}
+{% set version = "0.7.dev0" %}
package:
name: tvm-libs
# specific language governing permissions and limitations
# under the License.
-{% set version = "0.6.0" %}
+{% set version = "0.7.dev0" %}
package:
name: tvm
#endif
// TVM version
-#define TVM_VERSION "0.6.0"
+#define TVM_VERSION "0.7.dev0"
// TVM Runtime is DLPack compatible.
# 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"
# 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):
* 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" */