# c4urself/bump2version

Version-bump your software with a single command

Repository: https://github.com/c4urself/bump2version
Canonical: https://ross.abutalabs.com/products/bump2version
Homepage: https://pypi.python.org/pypi/bump2version
Language: Python
License: MIT
License Family: permissive
Last push: 2025-02-20T09:07:16+00:00

## Health v2 (maintenance only)
Score: 35/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 7, release rhythm 35, longevity 100
- inputs: {"age_days": 3446, "days_push": 559, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1115, forks 131 (observed 2026-08-28T04:03:38.319903+00:00)

## What it is
A small Python command-line tool that bumps software version strings across source files with a single command, optionally creating commits and tags in Git or Mercurial. It is highly configurable via a config file and works with any text files regardless of programming language.

## Use cases
- bump semantic version numbers across multiple files in one command
- automate release commits and git tags when incrementing a version
- update version strings in setup.py, VERSION files, and source code
- manage major/minor/patch version increments from the CLI
- standardize version bumping via a .bumpversion.cfg config file

## When to choose
- you need a simple, proven version-bump tool for a legacy Python 2 or 3 project
- you want VCS-agnostic version bumping that also integrates with Git or Mercurial
- your project already has a .bumpversion.cfg and you don't want to migrate

## When to avoid
- starting a new project - the README explicitly says it is no longer maintained and recommends bump-my-version
- you need bug fixes, new features, or active community support
- you need modern features like TOML/pyproject.toml configuration or better CLI ergonomics

## Facets
- artifact type: cli-tool
- maturity: abandoned
- function: cli, developer-tools, version-control, configuration-management
- domain: developer-tools, version-control
- platform: python, cli, cross-platform
- tags: version-bumping, release-automation, semver, unmaintained, command-line, automation

## Member repositories
- c4urself/bump2version (main) score 35

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:38.319903+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T06:42:09.755897+00:00, confidence not recorded.
  - readme: https://github.com/c4urself/bump2version (fetched 2026-08-28T04:03:38.319903+00:00, sha 437352185cc8)
  - homepage: https://pypi.python.org/pypi/bump2version (fetched 2026-08-29T12:46:13.814362+00:00, sha f8b40230ffe0)
  - registry_pypi: https://pypi.org/pypi/bump2version/json (fetched 2026-08-29T12:46:13.823275+00:00, sha b8a9df85a38f)
- Data as of 2026-08-30T08:39:29.467469+00:00.
