Skip to content

Commit

Permalink
Minor readme update (#26)
Browse files Browse the repository at this point in the history
* Update README.md

* Update setup.py
  • Loading branch information
hasnainroopawalla authored Jan 3, 2022
1 parent 6d83de9 commit 9fbc366
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ Remember to add `ShowML/` to the `PYTHONPATH` environment variable before using

## 📦 Contents <a name = "contents"></a>
_ShowML_ currently includes the following content, however, this repository will continue to expand in order to include implementations of many more Machine Learning Algorithms.

### Models
- Linear
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setup(
name="showml",
version="1.5.9",
version="1.5.10",
packages=find_packages(exclude="tests"),
description="A Python package of Machine Learning Algorithms implemented from scratch",
long_description=long_description,
Expand Down

0 comments on commit 9fbc366

Please sign in to comment.