From 2ac58c74111af35c6e8ce80ceeb7a1a8ae39cc08 Mon Sep 17 00:00:00 2001 From: tk <462304@qq.com> Date: Sat, 28 Oct 2023 17:23:12 +0800 Subject: [PATCH] 0.2.7 Signed-off-by: tk <462304@qq.com> --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 19a76971..9bb6883e 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ ] setup( name='deep_training', - version='0.2.7.rc0', + version='0.2.7', description='an easy training architecture', long_description='torch_training: https://github.com/ssbuild/deep_training.git', license='Apache License 2.0',