Closed Andrew-S-Rosen closed 2 months ago
This PR adds support for the following behavior:
import sevenn print(sevenn.__version__)
This allows users to programmatically access the version of SevenNet, which is important given model changes.
Thanks for your contribution. I also updated other hardcoded version references in various files. SevenNet is currently far from community standards, but I will gradually make improvements.
This PR adds support for the following behavior:
This allows users to programmatically access the version of SevenNet, which is important given model changes.