"""iminuit version."""

# We use the semantic version scheme: MAJOR.MINOR.MAINTENANCE
# - See https://packaging.python.org/guides/distributing-packages-using-setuptools
# - Increase MAJOR when making breaking changes
# - Increase MINOR when adding backward-compatible features
# - Increase MAINTENANCE when fixing bugs without adding features
# - During development, add suffix .devN with N >= 0
# - For release candidates, add suffix .rcN with N >= 0
# - For beta releases, add suffix .betaN with N >= 0
version = "2.17.0"

# We list the corresponding ROOT version of the C++ Minuit2 library here
root_version = "v6-25-02-2017-gd0b406db5e"
