From @mkundu1
I was wondering if we can have a function at pyfluent module level to print the last commit date/time, SHA id (similar to what we have in Fluent). Often we see people are running older version of pyfluent (installed from .whl file) and landing into issues. One way of doing this is we can check-in a txt file with the commit info and update it with pre-commit during every commit. I'm wondering whether Roberto can look into it or find some other way of doing it.