Skip to content

Commit

Permalink
Merge pull request #90 from WMD-group/AntObi-patch-1
Browse files Browse the repository at this point in the history
Update setup.py
  • Loading branch information
AntObi authored Dec 22, 2022
2 parents f5a8de3 + 5bcf4d9 commit f075afe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Please describe the tests that you ran to verify your changes. Provide instructi

## Reviewers

@mention individuals who you specifically want to involve in the discussion for this pull request and mention why they are needed in the dicussion/why they are needed to review the pull request.
@mention individuals who you specifically want to involve in the discussion for this pull request and mention why they are needed in the discussion/why they are needed to review the pull request.


## Checklist:
Expand All @@ -42,4 +42,4 @@ Please describe the tests that you ran to verify your changes. Provide instructi
- [ ] I have added tests that prove my fix is effective or that my feature works
- [ ] New and existing unit tests pass locally with my changes
- [ ] Any dependent changes have been merged and published in downstream modules
- [ ] I have checked my code and corrected any misspellings
- [ ] I have checked my code and corrected any misspellings
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
__version__ = "2.5.0"
__maintainer__ = "Anthony O. Onwuli"
__maintaier_email__ = "[email protected]"
__date__ = "December 13 2022"
__date__ = "December 22 2022"

import os
import unittest
Expand Down

0 comments on commit f075afe

Please sign in to comment.