Hi,
The commonly used .version attribute is missing, see:
Python 3.13.7 (tags/v3.13.7:bcee1c3, Aug 14 2025, 14:15:11) [MSC v.1944 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import pyModeS as pms
>>> pms.__version__
Traceback (most recent call last):
File "<python-input-1>", line 1, in <module>
pms.__version__
AttributeError: module 'pyModeS' has no attribute '__version__'
Should be easy to implement?
Hi,
The commonly used .version attribute is missing, see:
Should be easy to implement?