- Switched path parsing to `pathlib.Path` to help with cross-platform compatibility - Minor code refactoring
0.0.11
------
- Adding an index name when one is not available
0.0.10
------
- Added `pystore.delete_store(NAME)`, `pystore.delete_stores()`, and `pystore.get_path()` - Added Jupyter notebook example to Github repo - Minor code refactoring
0.0.9
-----
- Allowing _ and . in snapshot name
0.0.8
-----
- Changed license to Apache License, Version 2.0 - Moduled seperated into files - Code refactoring