Version Information

versionString

fluxEngine.versionString()

Get the version string of fluxEngine

The string that is returned here should not be parsed by the user, and the user should not make any assumptions based on the format of the string. It is purely for informational purposes, if the user of fluxEngine wants to show that string to the end-user, for example. If version-based checks are to be done, please use versionMajor() and versionMinor() instead.

Returns:

The current version of fluxEngine

Return type:

str

versionMajor

fluxEngine.versionMajor()

Get the major version of fluxEngine

Returns:

The current major version of fluxEngine

Return type:

int

versionMinor

fluxEngine.versionMinor()

Get the minor version of fluxEngine

Returns:

The current minor version of fluxEngine

Return type:

int