CellProfiler / python-bioformats

Read and write life sciences file formats
Other
131 stars 45 forks source link

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

Open ehrenfeu opened 3 years ago

ehrenfeu commented 3 years ago

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).