Skip to content

missing __version__ attribute #96

Closed
@drammock

Description

@drammock

Is the lack of __version__ intentional / necessary?

$ mamba list lazy-loader
# packages in environment at /opt/mambaforge/envs/mnedev:
#
# Name                    Version                   Build  Channel
lazy-loader               0.3                      pypi_0    pypi
In [1]: import lazy_loader
In [2]: lazy_loader.__version__
---------------------------------------------------------------------------
AttributeError                            Traceback (most recent call last)
Cell In[2], line 1
----> 1 lazy_loader.__version__

AttributeError: module 'lazy_loader' has no attribute '__version__'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions