Skip to content

Commit b94bfe2

Browse files
ysh329Hzfengsy
authored andcommitted
[release] Update version to 0.14.0 on main branch
1 parent 12b7ca6 commit b94bfe2

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

conda/recipe/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# specific language governing permissions and limitations
1616
# under the License.
1717

18-
{% set version = '0.14.dev0' %}
18+
{% set version = '0.14.0' %}
1919
{% set pkg_name = 'tvm' %}
2020
{% set cuda_tag = cuda_version | replace('.', '') %} # [cuda]
2121
{% set pkg_name = pkg_name + '-cu' + cuda_tag %} # [cuda]

include/tvm/runtime/c_runtime_api.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
#endif
7474

7575
// TVM version
76-
#define TVM_VERSION "0.14.dev0"
76+
#define TVM_VERSION "0.14.0"
7777

7878
// TVM Runtime is DLPack compatible.
7979
#include <dlpack/dlpack.h>

python/tvm/_ffi/libinfo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,4 +227,4 @@ def find_include_path(name=None, search_path=None, optional=False):
227227
# We use the version of the incoming release for code
228228
# that is under development.
229229
# The following line is set by tvm/python/update_version.py
230-
__version__ = "0.14.dev0"
230+
__version__ = "0.14.0"

version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
# Two tag formats are supported:
4545
# - vMAJ.MIN.PATCH (e.g. v0.8.0) or
4646
# - vMAJ.MIN.devN (e.g. v0.8.dev0)
47-
__version__ = "0.14.dev0"
47+
__version__ = "0.14.0"
4848

4949
# ---------------------------------------------------
5050

web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "tvmjs",
33
"displayName": "TVM Wasm JS runtime",
44
"license": "Apache-2.0",
5-
"version": "0.14.0-dev0",
5+
"version": "0.14.0",
66
"scripts": {
77
"prepwasm": "make && python3 tests/python/prepare_test_libs.py",
88
"build": "tsc -b && make rmtypedep",

0 commit comments

Comments
 (0)