Versioning#

This project adheres to Semantic Versioning.

minecraft.__version__#

The current version of the library, such as '0.0.0-alpha.1'.

Type:

str

minecraft.version_info#

The current version of the library in a named tuple.

This is identical to sys.version_info.

Type:

NamedTuple