From b90619b9e1e0785594f6cae5767e5760c1c3e882 Mon Sep 17 00:00:00 2001 From: chenjian Date: Mon, 9 Jan 2023 17:13:05 +0800 Subject: [PATCH] Change develop version to 0.0.0 --- visualdl/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/visualdl/version.py b/visualdl/version.py index f1e21daa..c5164e7e 100644 --- a/visualdl/version.py +++ b/visualdl/version.py @@ -13,4 +13,4 @@ # limitations under the License. # ======================================================================= -vdl_version = '2.4.1' +vdl_version = '0.0.0' -- GitLab