From 956389e885cde4e8bd6b22d47aa82aea59d3b1a3 Mon Sep 17 00:00:00 2001 From: CACode Date: Thu, 18 Nov 2021 19:32:17 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=89=88=E6=9C=AC=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- aestate/work/commad.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aestate/work/commad.py b/aestate/work/commad.py index 928fe6e..f76b785 100644 --- a/aestate/work/commad.py +++ b/aestate/work/commad.py @@ -2,8 +2,8 @@ # encoding:utf-8 # @Time: 2021/6/27 20:47 # @Author: CACode -# 版本有三种状态 正式版从1.0.0往后逐个加 1,对应版本的补丁为'.p.补丁次数' -__version__ = '1.0.4.p.1' +# 版本有三种状态 正式版从1.0.0往后逐个加 1,对应版本的补丁为'a+补丁次数' +__version__ = '1.0.4a1' __description__ = "Aestate framework for Python,You can see:https://gitee.com/cacode_cctvadmin/aestate" __author__ = "CACode" __author_email__ = "cacode@163.com" -- Gitee