Skip to content

Commit 483fa0c

Browse files
committed
match versions to new python client spec
1 parent 212adee commit 483fa0c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ cryptography==43.0.1
99
prometheus-client>=0.20.0
1010
scipy>=1.6.0
1111
scikit-learn>=1.5.1
12-
platform-api-python-client==0.3.1
12+
platform-api-python-client==0.3.2

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
setup(
1313
name='centml',
14-
version='0.3.1',
14+
version='0.3.2',
1515
packages=find_packages(),
1616
python_requires="<3.12",
1717
long_description=open('README.md').read(),

0 commit comments

Comments
 (0)