ofgulban / segmentator

3D MRI data exploration and segmentation tool.
https://github.com/ofgulban/segmentator/wiki
BSD 3-Clause "New" or "Revised" License
74 stars 13 forks source link

Version number #85

Closed ingo-m closed 5 years ago

ingo-m commented 5 years ago

@ofgulban: When checking #84 I downloaded the zip archive of the latest release as recommended on segmentator's github front page. This should install version 1.5.3 (and I think it does), but at commandline, during segmentator startup, it prints Segmentator 1.5.2.

This is probably because version='1.5.2' in setup.py. Making a pull request doesn't make sense, but in the next release the version flag should be incremented accordingly to avoid confusion.

ofgulban commented 5 years ago

Thanks, I have updated the version number in setup.py in devel branch. I will actually have a look at this draw order issue and release 1.5.4 afterwards.