- Notifications
You must be signed in to change notification settings - Fork750
Closed
Milestone
Description
Details
- I would like to be able to find out which version of pythonnet is installed in a particular runtime environment from the python side. Most packages define a
package.__version__
for that purpose. I couldn't find anything like that in pythonnet.
I tried
print(pythonnet.__version__)print([vforvindir(pythonnet)if"version"inv])
I checked on pythonnet==3.0.0rc4.
Metadata
Metadata
Assignees
Labels
No labels