chore: bump version to 1.0.28
This commit is contained in:
parent
84ff1bcf1c
commit
25e41556b9
2
DOCS.md
2
DOCS.md
@ -1,5 +1,7 @@
|
||||
# mlModelSaver documentation
|
||||
|
||||
## [Tutorial youtube](https://www.youtube.com/watch?v=fchTlNk2P8s)
|
||||
|
||||
|
||||
Introducing **[mlModelSaver](https://pypi.org/project/mlModelSaver/)** – a streamlined Python module designed for data scientists and developers who seek a straightforward solution for model saving and serving.
|
||||
|
||||
|
||||
@ -2,6 +2,8 @@
|
||||
|
||||
## Project page in pypi
|
||||
[mlModelSaver](https://pypi.org/project/mlModelSaver/)
|
||||
## [Tutorial youtube](https://www.youtube.com/watch?v=fchTlNk2P8s)
|
||||
## [Documentation](https://pypi.org/project/mlModelSaver/)
|
||||
|
||||
## How to install virtualenv
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "mlModelSaver",
|
||||
"version": "1.0.27",
|
||||
"version": "1.0.28",
|
||||
"description": "Make life easier for save and serving ml models",
|
||||
"main": "index.js",
|
||||
"repository": "git@github.com:smartdev-ca/mlModelSaver.git",
|
||||
|
||||
2
setup.py
2
setup.py
@ -2,7 +2,7 @@ from setuptools import setup, find_packages
|
||||
|
||||
setup(
|
||||
name='mlModelSaver',
|
||||
version='1.0.27',
|
||||
version='1.0.28',
|
||||
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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user