The following Python code throws the exception AttributeError("'module' object has no attribute 'version'",):
import dropbox
print(dropbox.version)
What is the recommended way to discover the currently installed Python module version number at runtime?