From a89bdb987ae23f28d27ea4801eb45c7209c784b1 Mon Sep 17 00:00:00 2001 From: Anand J Date: Mon, 2 Jun 2025 13:23:41 -0400 Subject: [PATCH] Upgrade to platform API version 4.0.12 --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index f706405..f022c63 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,4 +9,4 @@ cryptography==44.0.1 prometheus-client>=0.20.0 scipy>=1.6.0 scikit-learn>=1.5.1 -platform-api-python-client==4.0.1 +platform-api-python-client==4.0.12 diff --git a/setup.py b/setup.py index e492b88..2d699f5 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setup( name='centml', - version='0.4.1', + version='0.4.2', packages=find_packages(), python_requires=">=3.10", long_description=open('README.md').read(),