orgparse icon indicating copy to clipboard operation
orgparse copied to clipboard

__version__ missing

Open buhtz opened this issue 3 months ago • 0 comments

Not sure but it seems that there is no version information available.

>>> import orgparse
>>> orgparse.__version__
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
AttributeError: module 'orgparse' has no attribute '__version__'

I do use 0.4.20231004 from PyPi install via pip.

buhtz avatar Mar 25 '24 20:03 buhtz