Skip to content

Commit

Permalink
更新版本
Browse files Browse the repository at this point in the history
  • Loading branch information
qux-bbb committed Mar 20, 2022
1 parent d9578a0 commit 1397b34
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
- 站内子域名扫描

## 安装
使用pip安装:
方法1 - 使用pip安装:
```r
pip install xanalyzer
```

从源码安装:
方法2 - 从源码安装:
```r
git clone https://github.com/qux-bbb/xanalyzer
cd xanalyzer
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name='xanalyzer',
version='0.1.0',
version='0.1.1',
packages=find_packages(),
package_data={
'xanalyzer': [
Expand Down

0 comments on commit 1397b34

Please sign in to comment.