karlicoss / orgparse

Python module for reading Emacs org-mode files
https://orgparse.readthedocs.org
BSD 2-Clause "Simplified" License
371 stars 43 forks source link

__version__ missing #68

Open buhtz opened 5 months ago

buhtz commented 5 months ago

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.