Skip to content

Commit

Permalink
Bumped up version and updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
hasnainroopawalla committed Jan 2, 2022
1 parent dfda22f commit af61509
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,12 +75,12 @@ $ pip install -r requirements.txt
## ✏️ Contributing <a name = "contributing"></a>

1. [Fork](https://docs.github.com/en/get-started/quickstart/fork-a-repo) the repository.
2. Install the necessary dependencies:
2. Install the necessary housekeeping dependencies:
```
$ pip install pre-commit mypy pytest
```
3. Commit and push your changes to your own branch.
4. Before submitting a Pull Request, run these housekeeping checks locally:-
4. Run these housekeeping checks locally (required for the CI to pass):-
- Run [pre-commit](https://pre-commit.com/):
```
$ pre-commit run -a
Expand All @@ -93,3 +93,4 @@ $ pip install pre-commit mypy pytest
```
$ pytest
```
5. Open a Pull Request and I'll review it.
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.5",
version="1.5.6",
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 af61509

Please sign in to comment.