As mentioned in issue #46, the result of matching the two graphs depends on whether the installed version internally uses Cython or not. But the original code shows version==0.3.4 regardless of that difference.
So I modified version description for users to identify the actural installed version. If your version uses Cython, it will be 0.3.4+Cython, otherwise 0.3.4+raw.
As mentioned in issue #46, the result of matching the two graphs depends on whether the installed version internally uses Cython or not. But the original code shows
version==0.3.4
regardless of that difference.So I modified version description for users to identify the actural installed version. If your version uses Cython, it will be
0.3.4+Cython
, otherwise0.3.4+raw
.