From 9e6198c7197d01e336997fb7154b244006e52d0f Mon Sep 17 00:00:00 2001 From: zhiqiang Date: Sun, 3 Oct 2021 18:15:57 +0800 Subject: [PATCH] Bump version to 0.5.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 901ceb75..5d6740a5 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ from setuptools import setup, find_packages PATH_ROOT = Path(__file__).parent.resolve() -VERSION = "0.4.0a0" +VERSION = "0.5.0" PACKAGE_NAME = "yolort" sha = "Unknown"