ejdb-python
ejdb-python copied to clipboard
Fix setup version checking
The lexicographic comparison python does on strings doesn't achieve the purpose of version comparison here when it comes to version 2.7.10 as (i think) it will be compared as ord(2), ord(7), ord(1).
Thanks! This is exactly what I was looking for. Should be merged into master!