Skip to content

Commit 3d11399

Browse files
committed
1. 解决日志重复调用的问题
1 parent d3d7752 commit 3d11399

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

yaoys/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="yaoys-python-tool", # 用自己的名替换其中的YOUR_USERNAME_
8-
version="0.0.28", # 包版本号,便于维护版本
8+
version="0.0.29", # 包版本号,便于维护版本
99
author="YaoYuanshuai", # 作者,可以写自己的姓名
1010
author_email="yaoys@mail.imu.edu.cn", # 作者联系方式,可写自己的邮箱地址
1111
description="python工具类", # 包的简述

0 commit comments

Comments
 (0)