I can see that the version number in `py_ext/setup.py` hasn't been updated in a while: ``` setup ( name = 'tlsh', version = '4.5.0', ``` https://github.com/trendmicro/tlsh/blob/master/py_ext/setup.py#L71 Perhaps this should be changed to `5.0.0`?
I can see that the version number in
py_ext/setup.pyhasn't been updated in a while:https://github.com/trendmicro/tlsh/blob/master/py_ext/setup.py#L71
Perhaps this should be changed to
5.0.0?