* add remove_from_PATH and make in_PATH a property * add functions to add path to sys.path * add 'PathLike' reference for annotating types that can be Pathier, pathlib.Path, or str
Others
* build v0.7.0 * update changelog * update readme
0.6.0
New Features
* add mkcwd() method
Others
* build v0.6.0 * update changelog * update readme
0.5.0
New Features
* add separate() method
Fixes
* separate() returned tuple instead of new Pathier object