Skip to content

Commit c4dc0c2

Browse files
ysh329tqchen
authored andcommitted
[release] Update version to 0.19.0 on main branch
1 parent 077e8eb commit c4dc0c2

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

Diff for: conda/recipe/meta.yaml

+1-1
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.19.dev0' %}
18+
{% set version = '0.19.0' %}
1919
{% set pkg_name = 'tvm' %}
2020
{% set cuda_tag = cuda_version | replace('.', '') %} # [cuda]
2121
{% set pkg_name = pkg_name + '-cu' + cuda_tag %} # [cuda]

Diff for: include/tvm/runtime/c_runtime_api.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
#endif
7474

7575
// TVM version
76-
#define TVM_VERSION "0.19.dev0"
76+
#define TVM_VERSION "0.19.0"
7777

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

Diff for: python/tvm/_ffi/libinfo.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -247,4 +247,4 @@ def find_include_path(name=None, search_path=None, optional=False):
247247
# We use the version of the incoming release for code
248248
# that is under development.
249249
# The following line is set by tvm/python/update_version.py
250-
__version__ = "0.19.dev0"
250+
__version__ = "0.19.0"

Diff for: version.py

+1-1
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.19.dev0"
47+
__version__ = "0.19.0"
4848

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

Diff for: web/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: web/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "TVM WASM/WebGPU runtime for JS/TS",
44
"license": "Apache-2.0",
55
"homepage": "https://github.com/apache/tvm/tree/main/web",
6-
"version": "0.19.0-dev0",
6+
"version": "0.19.0",
77
"files": [
88
"lib"
99
],

0 commit comments

Comments
 (0)