pkglts.option.version.bump_version module

This tool will try to bump the version number of the package.

pkglts.option.version.bump_version.action_bump(cfg, **kwds)[source]

Bump version number.

pkglts.option.version.bump_version.parser_bump(subparsers)[source]

Associate a CLI to this tool.

Notes: The CLI will be a subcommand of pmg.

Parameters:

subparsers (ArgumentParser) – entity to create a subparsers

Returns:

a unique id for this parser (callable): the action to perform

Return type:

(string)