labscript-suite / labscript-utils

Shared modules used by the 𝘭𝘒𝘣𝘴𝘀𝘳π˜ͺ𝘱𝘡 𝘴𝘢π˜ͺ𝘡𝘦. Includes a graphical exception handler, debug tools, configuration management, cross platform filepath conversions, unit conversions and custom GUI widgets.
http://labscriptsuite.org
Other
2 stars 45 forks source link

Version not reported correctly from conda install #95

Closed philipstarkey closed 1 year ago

philipstarkey commented 1 year ago

Got a report on the mailing list that accessing the __version__ attribute returns 0.0.0 when installed via conda.

dihm commented 1 year ago

Done some sleuthing and it appears that this issue has existed in the conda builds since v3.1.0rc1 (confirmable by checking the tarballs on the conda channel and looking at the dist-info folder name in site-packages).

Further checking and it appears to have been an issue in the github workflow that has been fixed (probably #89), we just haven't released an official version with the updated workflow yet so the fix hasn't propagated to the conda channel.

I'll tag a minor version.

dihm commented 1 year ago

This is fixed with v3.2.2 (29a40a0)