Skip to content

Commit 43ef577

Browse files
committed
3.0.4
1 parent c1c559f commit 43ef577

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

__main__.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
from FeishuBitableAPI import FeishuBitableAPI
2+
if __name__ == '__main__':
3+
api = FeishuBitableAPI()
4+
api.ping()

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.0.2',
5+
version='3.0.4',
66
packages=find_packages(),
77
url='https://github.com/BlueSkyXN/Feishu-Bitable-Python-API',
88
author='BlueSkyXN',

0 commit comments

Comments
 (0)