Version Related Info¶
There are two main ways to get version information about the library.
-
gd.version_info¶ A named tuple that is similar to
sys.version_info.Just like
sys.version_infothe valid values forreleaselevelare ‘alpha’, ‘beta’, ‘candidate’ and ‘final’.