Scaden bugfix release v1.0.1
This release fixes a bug related to parsing input dataset. Previously, Scaden would simply split files by underscore and then take
the first element of this split as the name. Now, the pattern is removed instead, making the use of names with multiple underscores possible.
This release fixes issue #66