Skip to main content

Yet another bump tool

Project description

ubump

Yet another version bumper for your project.

Why?

I wanted to have a simple version bumper that I could use in my CI/CD pipeline. I didn't want to have to install a bunch of dependencies or have to write a bunch of configs to just change the version number.

This tool having less than 500 lines of code and just one dependency (tomlkit) is the result of that.

What does it do?

This tool covers basic version management where only the major, minor, and patch numbers are used.

Supporting pyproject.toml or .ubump.toml configuration files.

The git commit and tag are also created with the new version number.

If you need more than that take a look at bump-my-version project.

Installation

pip install ubump

Usage

  • Initialize the config file
ubump init 
  • Bump the version
ubump pathch
ubump minor
ubump major

That's it!

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ubump-0.1.15.tar.gz (6.3 kB view hashes)

Uploaded Source

Built Distribution

ubump-0.1.15-py3-none-any.whl (7.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page