Skip to content

Commit a413458

Browse files
authored
[VERSION] Version for v0.8 cycle (#6615)
1 parent e892c95 commit a413458

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

conda/tvm-libs/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.7.0" %}
18+
{% set version = "0.8.dev0" %}
1919

2020
package:
2121
name: tvm-libs

conda/tvm/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.7.0" %}
18+
{% set version = "0.8.dev0" %}
1919

2020
package:
2121
name: tvm

include/tvm/runtime/c_runtime_api.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
#endif
6262

6363
// TVM version
64-
#define TVM_VERSION "0.7.0"
64+
#define TVM_VERSION "0.8.dev0"
6565

6666
// TVM Runtime is DLPack compatible.
6767
#include <dlpack/dlpack.h>

python/tvm/_ffi/libinfo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,4 +217,4 @@ def find_include_path(name=None, search_path=None, optional=False):
217217
# We use the version of the incoming release for code
218218
# that is under development.
219219
# The following line is set by tvm/python/update_version.py
220-
__version__ = "0.7.0"
220+
__version__ = "0.8.dev0"

version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
# current version
3232
# We use the version of the incoming release for code
3333
# that is under development
34-
__version__ = "0.7.0"
34+
__version__ = "0.8.dev0"
3535

3636
# Implementations
3737
def update(file_name, pattern, repl):

0 commit comments

Comments
 (0)