Skip to content

Commit 8d25d5e

Browse files
committed
V1.10.1 beta
1 parent 4df1252 commit 8d25d5e

File tree

6 files changed

+4
-1
lines changed

6 files changed

+4
-1
lines changed

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

51.8 KB
Binary file not shown.

dist/tikhub-1.10.1.tar.gz

32.3 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.10.0",
16+
version="1.10.1",
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: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
from .client.client import Client
2+
3+
__all__ = ["Client"]

tikhub/client/__init__.py

Whitespace-only changes.
File renamed without changes.

0 commit comments

Comments
 (0)