Version of FESTIM?

Probably very naive question - how to find which version of FESTIM do I use?

You can find the FESTIM version by running

import festim as F

print(F.__version__)

Thank you very much Remi! :+1: