From 016e9d500a06fa257ff3121a416d08c89e76f734 Mon Sep 17 00:00:00 2001 From: Honglin Cao Date: Thu, 3 Sep 2026 11:50:50 -0400 Subject: [PATCH 1/2] Release v0.6.0 Signed-off-by: Honglin Cao --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 9381be2..091f0a9 100644 --- a/setup.py +++ b/setup.py @@ -11,8 +11,8 @@ setup( name='centml', - version='0.5.3', - packages=find_packages(), + version='0.6.0', + packages=find_packages(exclude=["tests", "tests.*"]), python_requires=">=3.10", long_description=open('README.md').read(), long_description_content_type='text/markdown', From a1e8c15fba8f46e392dad2a917f22a91b2b63cb9 Mon Sep 17 00:00:00 2001 From: Honglin Cao Date: Thu, 3 Sep 2026 13:36:02 -0400 Subject: [PATCH 2/2] build: bump platform-api-python-client to 4.28.0 Signed-off-by: Honglin Cao --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8dd6027..6629fff 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,5 +5,5 @@ pyjwt>=2.8.0 cryptography==48.0.1 websockets>=16.0 pyte>=0.8.0 -platform-api-python-client==4.25.0 +platform-api-python-client==4.28.0 click>=8.4.1