compare50
compare50 copied to clipboard
Add check for newer version
Resolves #74
Hi, thanks for the PR! One quick note from me, probably best to not rely on assertions here and to just use an if-statement instead. As assertions can be disabled in Python
@Jelleas pull request updated, please check it out.