version
EleanorAI Framework version configuration.
This module provides the version configuration for the Eleanor Framework. It follows the syntax of semantic versioning.
Warning
This file is generated via the bin/bump_EleanorAI_version.py
script. DO NOT
EDIT.
Attributes:
VERSION (dict): The version information in the form of a dictionary with the
following keys
- major (int): The major version number.
- minor (int): The minor version number.
- patch (int): The patch version number.
- prerelease (str): The prerelease version identifier.
- build (str): The build version identifier.