Skip to content

Commit dc9c378

Browse files
committed
3.1.4
1 parent a9639b8 commit dc9c378

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

FeishuBitableAPI.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def __init__(self):
4444
pass
4545

4646
# 调用 ping 函数进行验证
47-
def ping():
47+
def ping(self):
4848
print("pong")
4949
return "pong"
5050

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name='FeishuBitableAPI',
5-
version='3.1.3',
5+
version='3.1.4',
66
packages=find_packages(),
77
#py_modules=[],
88
url='https://github.com/BlueSkyXN/Feishu-Bitable-Python-API',

0 commit comments

Comments
 (0)