At the moment, there seems to be no direct way to access the package version from within Python, correct?
If would be nice if ThermoParser would follow the quasi-standard approach of providing the package version via the dunder tp.__version__ (typically returning a string)
At the moment, there seems to be no direct way to access the package version from within Python, correct?
If would be nice if ThermoParser would follow the quasi-standard approach of providing the package version via the dunder
tp.__version__
(typically returning a string)