* Fixed bug caused by new readme files in the bulk download service file.
1.0.5
* Updated how the indicators that use the `multisystem` database work. The OECD quietly changed the output format of the database, which broke the parsing of the data. The new format is now supported.
1.0.4
* Developed a backup solution to download bulk files from the OECD website. Given an insecure SSL certificate, the normal download using `requests` fails. The backup solution uses `selenium` to download the files using a browser. This is a bit slower, but it works. * Updated requirements to add `selenium` and `webdriver-manager`