General configuration is grouped in a [bumpversion] section. current_version = no default value (required) The current version of the software package before bumping. Also available as --current-version (e.g. bumpversion --current-version 0.5.1 patch setup.py) new_version = no default value (optional) The version of the software package after the increment. If not given will be automatically deter

