Skip to content

Commit 4df1252

Browse files
committed
V1.10.0 beta
1 parent 7e1f909 commit 4df1252

File tree

7 files changed

+1
-5
lines changed

7 files changed

+1
-5
lines changed

dist/tikhub-1.0.9-py3-none-any.whl

51 KB
Binary file not shown.

dist/tikhub-1.0.9.tar.gz

32.3 KB
Binary file not shown.

dist/tikhub-1.10.0-py3-none-any.whl

51 KB
Binary file not shown.

dist/tikhub-1.10.0.tar.gz

32.2 KB
Binary file not shown.

setup.py

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

1414
setup(
1515
name="tikhub",
16-
version="1.0.8",
16+
version="1.10.0",
1717
author="TikHub.io",
1818
author_email="tikhub.io@proton.me",
1919
description="A Python SDK for TikHub RESTful API",

tikhub/__init__.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +0,0 @@
1-
# __init__.py
2-
from tikhub.client import Client
3-
4-
__all__ = ["Client"]

tikhub/test/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)