chore: bump version to 1.0.10
This commit is contained in:
parent
72330a8cc8
commit
b483187895
@ -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",
|
||||
|
||||
4
setup.py
4
setup.py
@ -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=[
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user