From d07112e44f903fc55f998c1d41cd01c3e31ca84f Mon Sep 17 00:00:00 2001 From: zombie110year Date: Sat, 30 Mar 2019 01:46:25 +0800 Subject: [PATCH] update gen-license version code --- tools/gen-license/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/gen-license/setup.py b/tools/gen-license/setup.py index d99ab2f..cd92acd 100644 --- a/tools/gen-license/setup.py +++ b/tools/gen-license/setup.py @@ -8,7 +8,7 @@ EMAIL = "zombie110year@outlook.com" URL = "https://github.com/zombie110year/gen-license" # * 版本号 -VERSION = "0.0.0" +VERSION = "0.0.1" # * 短描述 DESCRIPTION = "Generate LICENSE Files"