nengo_spa.version

NengoSPA version information.

We use semantic versioning (see https://semver.org/). and conform to PEP440 (see https://www.python.org/dev/peps/pep-0440/). ‘.devN’ will be added to the version unless the code base represents a release version. Release versions are git tagged with the version.

nengo_spa.version.name

Package name.

nengo_spa.version.version_info

Tuple with version information: (major, minor, patch)

nengo_spa.version.dev

Counter for the development version. Will be None in release versions.

nengo_spa.version.version

String representation of version information, including the dev version.