Versioning#
The version is defined in the pyproject.toml
file:
# Versions should comply with PEP 440:
# https://www.python.org/dev/peps/pep-0440/
#
# For a discussion on single-sourcing the version, see
# https://packaging.python.org/guides/single-sourcing-package-version/
version = "0.0.1" # required
Semantic Versioning#
This template proposes to follow semantic versioning guidelines. It provides information about the scope of changes between releases while being simple enough to understand and use. It is widely used across software projects and many tools use semantic versioning by default.