From b4e0716cf47d65afb621aa79a97423cc990441ce Mon Sep 17 00:00:00 2001 From: Michael Shin Date: Thu, 11 Jun 2026 13:30:50 -0400 Subject: [PATCH] Release v0.5.2 --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 194b180..08e211c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,4 +5,4 @@ pyjwt>=2.8.0 cryptography==46.0.7 websockets>=16.0 pyte>=0.8.0 -platform-api-python-client==4.13.0 +platform-api-python-client==4.15.0 diff --git a/setup.py b/setup.py index 71f13a0..f54277b 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setup( name='centml', - version='0.5.1', + version='0.5.2', packages=find_packages(), python_requires=">=3.10", long_description=open('README.md').read(),