From 357c1e86f9c2f9dcdf5a70da104e1f96a641aae2 Mon Sep 17 00:00:00 2001 From: qux-bbb <1147635419@qq.com> Date: Tue, 13 Sep 2022 23:20:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=93=E5=8C=85VERSION=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 3 +++ setup.py | 3 ++- xanalyzer/VERSION | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f4d6da..53a69db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Change Log +## 0.2.3 +- 打包VERSION文件 + ## 0.2.2 - 增加PE资源扫描 - 修正宽字符串输出 diff --git a/setup.py b/setup.py index de2df60..9a4b18c 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,8 @@ package_data={ 'xanalyzer': [ 'data/UserDB.TXT', - 'data/tools_info.json' + 'data/tools_info.json', + 'VERSION', ], }, author='qux-bbb', diff --git a/xanalyzer/VERSION b/xanalyzer/VERSION index f477849..373f8c6 100644 --- a/xanalyzer/VERSION +++ b/xanalyzer/VERSION @@ -1 +1 @@ -0.2.2 \ No newline at end of file +0.2.3 \ No newline at end of file