Skip to content

__version__ missing #195

@myusP3d

Description

@myusP3d

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions