python-bioformats icon indicating copy to clipboard operation
python-bioformats copied to clipboard

`bioformats.__version__` should print package version (reloaded)

Open ehrenfeu opened this issue 3 years ago • 0 comments

The fix merged in #86 being

https://github.com/imcf/python-bioformats/blob/08161368eebea17578d03e7c8fe52211d4f454ce/setup.py#L42-L45

got silently removed (again) in 2d487239b3a8d531e69342cec89ca2395cd0e56a, resulting in a call to

import bioformats
print(bioformats.__version__)

returning ’0.0.0’ (again).

ehrenfeu avatar Jul 02 '21 11:07 ehrenfeu