chore: bump version to 1.0.10

This commit is contained in:
Jason Jafari 2024-06-14 00:08:40 -04:00
parent 72330a8cc8
commit b483187895
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{
"name": "mlModelSaver",
"version": "1.0.9",
"version": "1.0.10",
"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.9',
version='1.0.10',
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
@ -17,7 +17,7 @@ setup(
'Topic :: Software Development :: Libraries :: Python Modules',
'Topic :: Scientific/Engineering :: Artificial Intelligence',
'License :: OSI Approved :: MIT License', # Correct classifier for the MIT License
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.12',
],
keywords='machine learning model saving serving', # Keywords for your package
install_requires=[