Skip to content

Commit

Permalink
feat: testing feature release (version bump?)
Browse files Browse the repository at this point in the history
  • Loading branch information
shashankhs11 committed Feb 4, 2025
1 parent a95f00e commit dd11b52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ from pysorting import quick_sort, bubble_sort, shell_sort, insertion_sort
bubble_sort([4, 2, 7, 1, 3], ascending = False)
```

For more examples on usage of the different functions,you can check out this [Example NoteBook](https://pysorting.readthedocs.io/en/latest/example.html)
For more examples on usage of the different functions, you can check out this [Example NoteBook](https://pysorting.readthedocs.io/en/latest/example.html)

## Running Tests

Expand Down

0 comments on commit dd11b52

Please sign in to comment.