# 使用 Homebrew, Nix 安装 bump-my-version

查看 bump-my-version 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

## 安装

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

其他安装命令:

### macOS

- Homebrew (100%):

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

  证据: local Homebrew formula metadata

### Linux

- Nix (92%):

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

  证据: 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

## 软件包事实

- **软件包键:** brew:bump-my-version
- **软件包管理器:** Homebrew
- **版本:** 1.5.0
- **来源摘要:** Version bump your Python project
- **主页:** <https://callowayproject.github.io/bump-my-version/>
- **仓库:** <https://github.com/callowayproject/bump-my-version>
- **最后更新:** 2026-07-28T21:44:22Z
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- bump-my-version (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

- 页面生成时间: 2026-08-03
- 管理器版本: 1.5.0
## 项目历史与用法

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

### 项目历史

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 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.

### 使用方式

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.

### 为什么软件包爱好者会关心

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.

### 时间线

- 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.

### 来源

- <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>


## 安全说明

没有找到 bump-my-version 的匹配本地密钥处理 manifest。Nucleus 软件包元数据仍在此发布，以便未来覆盖拥有稳定的软件包 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
## 其他软件包管理器记录

- 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


## Combined YAML source

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


## 来源

- pkg.so package database
- Geiger risk classifier
- curated configuration and credential file locations
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
