Skip to content

Commit 1b6fd84

Browse files
author
liuyahui
committed
delete no use file and fix bug
1 parent 3ec3844 commit 1b6fd84

File tree

3 files changed

+40
-37
lines changed

3 files changed

+40
-37
lines changed

.idea/workspace.xml

+38-35
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

local_transfer_file/file_select_dialog.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def softwareDetail(self):
3737
QMessageBox.information(self, "软件说明", "1. 需要手机和电脑在一个网络中,wifi同处一个网段中。\n 2. 尽量不要分享文件夹\n 3. 注意保护个人隐私,造成的法律后果由使用者承担\n 4. 仅供学习使用,请勿商用")
3838

3939
def sotfwareVersion(self):
40-
QMessageBox.information(self, "软件版本", "版本号:0.0.1")
40+
QMessageBox.information(self, "软件版本", "版本号:0.0.2")
4141

4242
def aboutMe(self):
4343
QMessageBox.information(self, "关于", "一个会点编程的小蚂蚁")

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setup(
99
name="local_transfer_file",
10-
version="0.0.1",
10+
version="0.0.2",
1111
keywords=("local transfer file", "qr code"),
1212
description="local transfer file",
1313
long_description="eds sdk for python",

0 commit comments

Comments
 (0)