diff --git a/README.md b/README.md index 1370857..b5d7cd5 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ A Comprehensive Python Module for Machine Learning and Data Science pypi-version pypi-downloads - + GitHub code size in bytes Code Style @@ -110,6 +110,6 @@ Luma is inspired by these libraries: | | Description | | --- | --- | -| Latest Version | 1.0.12 | -| Lines of Code | ~30.0K | +| Latest Version | 1.0.13 | +| Lines of Code | ~30.4K | | Dependencies | NumPy, SciPy, Pandas, Matplotlib, Seaborn, MLX(Optional) | \ No newline at end of file diff --git a/setup.py b/setup.py index da5ace9..ff8a1b9 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setuptools.setup( name="luma-ml", - version="1.0.11", + version="1.0.13", author="ChanLumerico", author_email="greensox284@gmail.com", description="A Comprehensive Python Module for Machine Learning and Data Science",