diff --git a/3rdparty/tvm b/3rdparty/tvm index a75c8ad2b..adb14fd3f 160000 --- a/3rdparty/tvm +++ b/3rdparty/tvm @@ -1 +1 @@ -Subproject commit a75c8ad2bad44f670bbc32be4cf4db7028fe75dd +Subproject commit adb14fd3fb035436971ab0081dfaf1fb813e0f44 diff --git a/include/dlr.h b/include/dlr.h index 9d4d250e6..97dcfc930 100644 --- a/include/dlr.h +++ b/include/dlr.h @@ -18,7 +18,7 @@ extern "C" { // Open extern "C" block /*! \brief major version */ #define DLR_MAJOR 1 /*! \brief minor version */ -#define DLR_MINOR 5 +#define DLR_MINOR 6 /*! \brief patch version */ #define DLR_PATCH 0 /*! \brief DLR version */ diff --git a/python/dlr/metadata.py b/python/dlr/metadata.py index bf0f2e59a..973cea361 100644 --- a/python/dlr/metadata.py +++ b/python/dlr/metadata.py @@ -1,3 +1,3 @@ NAME = ['DLRModel'] -VERSION = "1.5.0" \ No newline at end of file +VERSION = "1.6.0" \ No newline at end of file diff --git a/version.json b/version.json index bd0d2d1ef..fb9f5a5a0 100644 --- a/version.json +++ b/version.json @@ -1,7 +1,7 @@ { - "dlc_version": "1.5.0", + "dlc_version": "1.6.0", "commit_ids": { - "neo-ai/tvm": "a75c8ad2bad44f670bbc32be4cf4db7028fe75dd", + "neo-ai/tvm": "adb14fd3fb035436971ab0081dfaf1fb813e0f44", "neo-ai/treelite": "38964865d624048d1a432af2763ee1dcdbe3ce5d" - } + } }