Skip to content

Commit ba9a3c8

Browse files
committed
V1.0.5 beta
1 parent 438e6ce commit ba9a3c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
setup(
1515
name="tikhub",
16-
version="1.0.4",
16+
version="1.0.5",
1717
author="TikHub.io",
1818
author_email="tikhub.io@proton.me",
1919
description="A Python SDK for TikHub RESTful API",
@@ -28,7 +28,7 @@
2828
],
2929
python_requires='>=3.6',
3030
install_requires=[
31-
"httpx>=0.27.1",
31+
"httpx>=0.27.0",
3232
"rich~=13.7.1",
3333
],
3434
)

0 commit comments

Comments
 (0)