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.
Not sure but it seems that there is no version information available.
I do use
0.4.20231004from PyPi install viapip.