victorlei / smop

Small Matlab to Python compiler
MIT License
1.08k stars 409 forks source link

smop shows invalid version : 0.32-7-gcce8558 instead of 0.34 #108

Closed sebma closed 6 years ago

sebma commented 7 years ago

Hi,

smop shows invalid version :

$ smop -V
0.32-7-gcce8558

instead of 0.34

Maybe it is because the setup.py calls the command git describe --tags :

$ git describe --tags
0.32-7-gcce8558

Can you please fix this ?