user_options

BumpCommand.user_options = [('dry', None, 'If specified, will output the updated file contents, but will not write them'), ('patch', None, 'Bump patch version (0.0.x)'), ('minor', None, 'Bump minor version (0.x.0'), ('major', None, 'Bump major version (x.0.0)'), ('build', None, 'Bump build version (0.0.0+build.x)'), ('pre', None, 'Bump prerelease version (0.0.0-rc.x)'), ('token=', None, 'For build/pre, use this argument value instead of "build" / "rc"')]

Option arguments which can be specified by the user on the command line for this command