**Goal:** Cleaner `README.md` with badges to highlight repo details
0.2.2
**Goal:** Clean up any bugs when importing pypi package:
from py_github_helper.utils.commands import ( get_files_changed_during_pr, add_comment )
0.2.2a.1
Fixes issue with `init.py` when running `from py_github_helper.commands import add_comment`
0.2.1
Update `PyPi` Package's `setup.py` to reference `py_github_helper` (snake_case) rather than `kebab-case`
0.2.0
Users can now use the tool in two ways: - Pass input args via command line (in bash scripts) - Import functions and invoke directly (in python scripts)