From 0986cd965d5d052594cbd7a09c6222811dcd40b9 Mon Sep 17 00:00:00 2001 From: Yaoyao Ding Date: Wed, 3 Apr 2024 23:43:21 +0800 Subject: [PATCH] Bump version to v0.4.0.dev --- python/hidet/version.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/python/hidet/version.py b/python/hidet/version.py index 23c7332e..6d68118d 100644 --- a/python/hidet/version.py +++ b/python/hidet/version.py @@ -9,4 +9,4 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "0.3.1" +__version__ = "0.4.0.dev" diff --git a/setup.py b/setup.py index abe6a64f..7fc9cb64 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ setup( name="hidet", - version="0.3.1", + version="0.4.0.dev", description="Hidet: a compilation-based DNN inference framework.", long_description=open("README.md").read(), long_description_content_type="text/markdown",