Skip to content

Commit

Permalink
Bump up dev version (apache#4941)
Browse files Browse the repository at this point in the history
* bump up dev version

* update
  • Loading branch information
icemelon authored Feb 26, 2020
1 parent b598c54 commit b1428bc
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion conda/tvm-libs/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# specific language governing permissions and limitations
# under the License.

{% set version = "0.7.dev0" %}
{% set version = "0.7.dev1" %}

package:
name: tvm-libs
Expand Down
2 changes: 1 addition & 1 deletion conda/tvm/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# specific language governing permissions and limitations
# under the License.

{% set version = "0.7.dev0" %}
{% set version = "0.7.dev1" %}

package:
name: tvm
Expand Down
2 changes: 1 addition & 1 deletion include/tvm/runtime/c_runtime_api.h
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
#endif

// TVM version
#define TVM_VERSION "0.7.dev0"
#define TVM_VERSION "0.7.dev1"


// TVM Runtime is DLPack compatible.
Expand Down
2 changes: 1 addition & 1 deletion python/tvm/_ffi/libinfo.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.7.dev0"
__version__ = "0.7.dev1"
2 changes: 1 addition & 1 deletion version.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
# current version
# We use the version of the incoming release for code
# that is under development
__version__ = "0.7.dev0"
__version__ = "0.7.dev1"

# Implementations
def update(file_name, pattern, repl):
Expand Down
2 changes: 1 addition & 1 deletion web/tvm_runtime.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
* TVM Javascript web runtime library.
*
* @projectname tvm
* @version 0.7.dev0
* @version 0.7.dev1
*/
/* eslint no-unused-vars: "off" */
/* eslint no-unexpected-multiline: "off" */
Expand Down

0 comments on commit b1428bc

Please sign in to comment.