Skip to content

Commit 7e1f909

Browse files
committed
V1.0.8 beta
1 parent 18aa310 commit 7e1f909

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

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

50.2 KB
Binary file not shown.

dist/tikhub-1.0.8.tar.gz

31.8 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.7",
16+
version="1.0.8",
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# __init__.py
2-
from .client import Client
2+
from tikhub.client import Client
33

44
__all__ = ["Client"]

0 commit comments

Comments
 (0)