chore: bump version to 1.0.24

This commit is contained in:
Jason Jafari 2024-06-16 14:00:50 -04:00
parent 5ad3d1efcd
commit 3218361426
3 changed files with 3 additions and 2 deletions

View File

@ -97,6 +97,7 @@ supportedModels = {
"normalPredictorFunction": "predict_proba"
},
}
```

View File

@ -1,6 +1,6 @@
{
"name": "mlModelSaver",
"version": "1.0.23",
"version": "1.0.24",
"description": "Make life easier for save and serving ml models",
"main": "index.js",
"repository": "git@github.com:smartdev-ca/mlModelSaver.git",

View File

@ -2,7 +2,7 @@ from setuptools import setup, find_packages
setup(
name='mlModelSaver',
version='1.0.23',
version='1.0.24',
packages=find_packages(),
description='Make life easier for saving and serving ML models',
long_description=open('DOCS.md').read(), # Assumes you have a README.md file