chembl / chembl_webresource_client

Official Python client for accessing ChEMBL API
https://www.ebi.ac.uk/chembl/api/data/docs
Other
360 stars 95 forks source link

version information malformed #109

Open piechottam opened 2 years ago

piechottam commented 2 years ago

Accessing the version information with

does not work.

from chembl_webresource_client.new_client import new_client
>>> new_client.description["version"]
'data'
YoavShamir5 commented 8 months ago

Adding to this question - how can I fetch the ChEMBL version number?