Skip to content

Commit 3a9dc08

Browse files
committed
Release v0.2.0
1 parent 352d7a3 commit 3a9dc08

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
@@ -2,7 +2,7 @@
22

33
setup(
44
name='centml',
5-
version='0.1.0',
5+
version='0.2.0',
66
packages=find_packages(),
77
python_requires="<3.12",
88
long_description=open('README.md').read(),
@@ -25,6 +25,6 @@
2525
"prometheus-client>=0.20.0",
2626
"scipy>=1.6.0",
2727
"scikit-learn>=1.5.1",
28-
"platform-api-python-client==0.1.0",
28+
"platform-api-python-client==0.2.0",
2929
],
3030
)

0 commit comments

Comments
 (0)