ApeWorX / py-solc-x

Python wrapper and version management tool for the solc Solidity compiler.
https://solcx.readthedocs.io/
MIT License
138 stars 48 forks source link

feat: make `get_solc_version()` method public #153

Closed antazoey closed 10 months ago

antazoey commented 2 years ago

What I did

I would like to use the get_solc_version() and not worry about it breaking due to it being private. This PR intends to include the changes needed to accommodate that.

How I did it

How to verify it

Let me know if it would be ok to make this change.

Checklist