From e3eaa8b46ff9db5763d8f64daed58bf5139ff004 Mon Sep 17 00:00:00 2001 From: Cathy0908 <30484308+Cathy0908@users.noreply.github.com> Date: Wed, 6 Jul 2022 18:16:45 +0800 Subject: [PATCH] update version (#117) --- easycv/version.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/easycv/version.py b/easycv/version.py index 3b895ee2..ae5df755 100644 --- a/easycv/version.py +++ b/easycv/version.py @@ -2,5 +2,5 @@ # GENERATED VERSION FILE # TIME: Thu Nov 5 14:17:50 2020 -__version__ = '0.3.0' -short_version = '0.3.0' +__version__ = '0.4.0' +short_version = '0.4.0'