Skip to content

Commit

Permalink
V1.10.0 beta
Browse files Browse the repository at this point in the history
  • Loading branch information
Evil0ctal committed May 30, 2024
1 parent 7e1f909 commit 4df1252
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 5 deletions.
Binary file added dist/tikhub-1.0.9-py3-none-any.whl
Binary file not shown.
Binary file added dist/tikhub-1.0.9.tar.gz
Binary file not shown.
Binary file added dist/tikhub-1.10.0-py3-none-any.whl
Binary file not shown.
Binary file added dist/tikhub-1.10.0.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

setup(
name="tikhub",
version="1.0.8",
version="1.10.0",
author="TikHub.io",
author_email="[email protected]",
description="A Python SDK for TikHub RESTful API",
Expand Down
4 changes: 0 additions & 4 deletions tikhub/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +0,0 @@
# __init__.py
from tikhub.client import Client

__all__ = ["Client"]
Empty file added tikhub/test/__init__.py
Empty file.

0 comments on commit 4df1252

Please sign in to comment.