fledge (version 0.0.0.9006)

bump_version: Bump package version

Description

Calls the following functions:

  1. update_news()

  2. update_version(), using the which argument

  3. Depending on the which argument:

Usage

bump_version(which = "dev")

Arguments

which

Component of the version number to update. Supported values are "dev" (default), "patch", "minor" and "major".