From b4831878951f30539c8c25b54050c6500df37799 Mon Sep 17 00:00:00 2001 From: Jason Jafari Date: Fri, 14 Jun 2024 00:08:40 -0400 Subject: [PATCH] chore: bump version to 1.0.10 --- package.json | 2 +- setup.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 83284fc..519d5df 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/setup.py b/setup.py index 88a5867..830d633 100644 --- a/setup.py +++ b/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=[