This release is on [pypi.org/project/pyabf](https://pypi.org/project/pyabf/)
pip install --upgrade pyabf
Minor Changes
* fixed bug that caused improperly-formatted ABFs containing invalid dates to crash during load (101 ) _Thanks Taomach and t-b_
* created `fileUUID` as a truly unique alternative to `fileGUID` (which is _not_ always unique). A warning is now thrown when `fileGUID` is accessed. (102 )
* added `md5` property to the ABF class