Skip to content

Commit

Permalink
release-1.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
ChanLumerico authored Aug 26, 2024
1 parent da88ffb commit 1d3ba07
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ A Comprehensive Python Module for Machine Learning and Data Science

<img alt="pypi-version" src="https://img.shields.io/pypi/v/luma-ml?logo=python&logoColor=white&color=blue">
<img alt="pypi-downloads" src="https://img.shields.io/pypi/dm/luma-ml">
<img src="https://img.shields.io/badge/total downloads-9.27k-red">
<img src="https://img.shields.io/badge/total downloads-9.84k-red">
<img alt="GitHub code size in bytes" src="https://img.shields.io/github/languages/code-size/ChanLumerico/luma?color=yellow">
<img alt="Code Style" src="https://img.shields.io/badge/code%20style-black-000000.svg">

Expand Down Expand Up @@ -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) |
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 1d3ba07

Please sign in to comment.