v0.1.1
0.1.1 branch (#63) * update requirements/deps management * Adds pre-commit config * Fix linting issues * update version * make library compatible to windows The `Path` class does use OS-dependent directory separators, so `mylab.unl` becomes `\mylab.unl` on Windows and results in an error. Using `.as_posix()` forces `/` as a separator and fixes that issue. Co-authored-by: Martin Plattner <[email protected]>