# Install bump-my-version with Homebrew, Nix

Version bump your Python project. Version 1.4.1 via Homebrew; verified 2026-06-21.

## Install

```sh
sudo av install brew:bump-my-version
```

Additional install commands:

### macOS

- Homebrew (100%):

```sh
brew install bump-my-version
```

  Evidence: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#bump-my-version
```

  Evidence: nixpkgs package indexes: pkgs/by-name/bu/bump-my-version/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## Package facts

- **Package key:** brew:bump-my-version
- **Package manager:** Homebrew
- **Package manager page:** <https://formulae.brew.sh/formula/bump-my-version>
- **Version:** 1.4.1
- **Source summary:** Version bump your Python project
- **Homepage:** <https://callowayproject.github.io/bump-my-version/>
- **Repository:** <https://github.com/callowayproject/bump-my-version>
- **Upstream docs:** <https://callowayproject.github.io/bump-my-version>
- **License:** MIT
- **Source archive:** <https://files.pythonhosted.org/packages/37/04/1ea0a95165d668eb86f6bee97199b7aa926706bed64902fe96600f70f840/bump_my_version-1.4.1.tar.gz>
- **Last updated:** 2026-06-21T10:47:51Z
- **Generated:** 2026-07-08T07:18:31+00:00

## Executables

- bump-my-version (cli)
- bump-my-version (alias)

## Dependencies

- certifi
- pydantic
- python@3.14

## Install behavior

- Post-install hook: not defined
- Bottle: available on all

## Freshness

- Page generated: 2026-07-08
- Package-manager version: 1.4.1
- Package-manager updated: 2026-06-21
- Local data: ok
- Upstream repository: https://callowayproject.github.io/bump-my-version/
- info: Release/tag comparison is only available for GitHub repositories.
## Project history and usage

Bump My Version is a Python release-automation CLI for changing version strings across project files, then optionally committing and tagging the result.

### Project history

The project appeared publicly in April 2023 as a continuation of the long-running bumpversion-style workflow for Python projects. Its repository description calls it a small command-line tool for updating all version strings in source code by the correct increment and optionally committing and tagging the change.

The documentation keeps compatibility with legacy `.bumpversion.cfg` and `setup.cfg` configuration while recommending TOML configuration such as `.bumpversion.toml` and `pyproject.toml`. That places it in the Python packaging transition from setup.cfg-era projects toward pyproject.toml-era tooling.

### Adoption history

Adoption is concentrated among Python projects that want a maintained bumpversion-compatible tool without building custom release scripts. Homebrew and Nix packaging make it available outside Python-only installation paths, but its main audience remains developers standardizing release bumps in source-controlled projects.

### How it is used

A typical workflow defines the current version, parsing rules, files to edit, and optional commit/tag settings in configuration. Developers then run the CLI to bump major, minor, patch, calendar, or custom version components and let the tool update matching files consistently.

### Why package nerds care

Bump My Version matters because version bumpers sit at the boundary between package metadata and Git history. They encode how maintainers synchronize package versions, changelogs, tags, and source files, which is one of the least glamorous but most failure-prone parts of publishing packages.

### Timeline

- 2023-04: Public GitHub repository created.
- 2023-06: Early 0.x releases established the CLI and replacement behavior.
- 2023-08: 0.9.x releases expanded documentation and regular-expression support.
- 2026-06: 1.4.x releases show ongoing maintenance.

### Related projects

- Related projects include the original bumpversion family, bump2version, Python build backends that read `pyproject.toml`, and release automation tools such as semantic-release, towncrier, and conventional changelog generators.

### Sources

- <https://callowayproject.github.io/bump-my-version>
- <https://callowayproject.github.io/bump-my-version/reference/configuration/>
- <https://github.com/callowayproject/bump-my-version>
- <https://github.com/callowayproject/bump-my-version/releases>


## Security Notes

No matching local secret-handling manifest was found for bump-my-version. Nucleus package metadata is still published here so future coverage has a stable package URL.



## Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.


## Configuration files

- Unix: --config-file <FILE>, $BUMPVERSION_CONFIG_FILE, .bumpversion.cfg, .bumpversion.toml, setup.cfg, pyproject.toml
## Source Database Details

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** bump-my-version
- **Version Scheme:** 0
- **Revision:** 1
- **Head Version:** HEAD
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** head, stable

## Other Package-Manager Records

- Nix - bump-my-version: normalized package name match | nixpkgs package indexes: pkgs/by-name/bu/bump-my-version/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1


## Related links

- [Source-control packages](https://www.automicvault.com/pkg/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://www.automicvault.com/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://www.automicvault.com/pkg/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://www.automicvault.com/pkg/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [python@3.14](https://www.automicvault.com/pkg/brew/python-3-14/) - Runtime dependency declared by Homebrew.
- [bumpp](https://www.automicvault.com/pkg/brew/bumpp/) - Shares av.db curated category or tags: cli, developer-tools, release-automation, versioning.
- [cargo-release](https://www.automicvault.com/pkg/brew/cargo-release/) - Shares av.db curated category or tags: cli, developer-tools, release-automation, versioning.
- [release-it](https://www.automicvault.com/pkg/brew/release-it/) - Shares av.db curated category or tags: cli, developer-tools, release-automation, versioning.
- [cargo-dist](https://www.automicvault.com/pkg/brew/cargo-dist/) - Shares av.db curated category or tags: cli, developer-tools, release-automation.
- [fastlane](https://www.automicvault.com/pkg/brew/fastlane/) - Shares av.db curated category or tags: cli, developer-tools, release-automation.
- [goreleaser](https://www.automicvault.com/pkg/brew/goreleaser/) - Shares av.db curated category or tags: cli, developer-tools, release-automation.
- [jreleaser](https://www.automicvault.com/pkg/brew/jreleaser/) - Shares av.db curated category or tags: cli, developer-tools, release-automation.
- [changelogen](https://www.automicvault.com/pkg/brew/changelogen/) - Shares av.db curated category or tags: cli, developer-tools, release-automation, versioning.
- [commitizen](https://www.automicvault.com/pkg/brew/commitizen/) - Both packages touch the same language runtime or ecosystem. Shared terms: cli, developer, developer-tools, python, python-3-14.

## Combined YAML source

View the package source record on GitHub. [combined/bump-my-version.yml](https://github.com/automic-vault/db/blob/main/combined/bump-my-version.yml)


## Sources

- Nucleus package database
- Geiger risk classifier
- package-page enrichment
- curated configuration and credential file locations
- curated package history
- package version freshness
- av.db category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
