Added - `grid.op` methods for collecting cells using an `operator` comparison (keep collecting while `operator.gt(seed_cell.value, next_cell.value)` is true)
0.1.1
Added - `__version__` being dynamically pulled from package metadata - Get test coverage up to 100%
0.1.0
Added - Basic functionality for Grid, Collection, and Cell objects - Examples - two advent of code puzzles, one project euler puzzle - Tests - Early documentation