Closed
Description
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
Labels
No labels