This package browser is in early development. Mind the rough edges.

python-bump2version

Version-bump your software with a single command!

This package provides a small command line tool to simplify releasing software by updating all version strings in your source code by the correct increment. It also creates commits and tags.

Installation

Install the latest version of python-bump2version as follows:

guix install python-bump2version

Or install a particular version:

guix install python-bump2version@1.0.1

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.