v0.10.1 When creating spreadsheets for any ade report, duplicate filenames would automatically create a new file with a version tag (i.e. client_revenue_v1). Due to the sorting method used, the attempt to find the most recent version to +1 to it would crash due to using regex on a Path object instead of a string. This version corrects this behavior and multiple versioned reports past v1 can now be safely created.