Version Info

There are two main ways to query version information about the library.

game_state.version_info

A named tuple that is similar to sys.version_info.

Just like sys.version_info the valid values for releaselevel are ‘alpha’, ‘beta’, ‘candidate’ and ‘final’.

game_state.__version__

A string representation of the version. e.g. '1.0.0'. This is based off of PEP 440.