You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry, just noticed it! I think I removed it when I switched to semantic versioning generated from git tag information -- maintinaing a version manually in the source code is kind of annoying.
You can get installed version with importlib.metadata.version("orgparse") (and that works with any package!) https://docs.python.org/3/library/importlib.metadata.html#overview -- does that work for you?
Thank you for your reply.
Having __version__ doesn't mean to fill this variable with a static value. See this example of one of my own projects how you can generate such data based on the packages meta data.
Not sure but it seems that there is no version information available.
I do use
0.4.20231004
from PyPi install viapip
.The text was updated successfully, but these errors were encountered: