From 1d3ba07b9a8b9c72de4c6f4ad7f90db9c797205c Mon Sep 17 00:00:00 2001 From: Chan Lee <150145948+ChanLumerico@users.noreply.github.com> Date: Mon, 26 Aug 2024 23:05:51 +0900 Subject: [PATCH] release-1.0.13 --- README.md | 6 +++--- setup.py | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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",