idaes.version package¶
Subpackages¶
Submodules¶
idaes.version.info module¶
Version numbering for IDAES.
We attempt to follow the guidelines laid out by the Semantic Versioning effort.
See https://semver.org/ .
-
idaes.version.info.
build
= ()¶ Build metadata (may be empty)
-
idaes.version.info.
major
= 0¶ Major release number
-
idaes.version.info.
minor
= 1¶ Minor release number
-
idaes.version.info.
patch
= 2¶ Patchlevel/bugfix release number
-
idaes.version.info.
prerelease
= ('alpha',)¶ Pre-release identifiers (may be empty)
-
idaes.version.info.
version
= '0.1.2-alpha'¶ Version information as a string
-
idaes.version.info.
version_info
= (0, 1, 2, 'alpha', '')¶ Version information as a tuple