# bump-my-version を Homebrew, Nix でインストール

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 に一致するローカルシークレット処理マニフェストは見つかりませんでした。将来の対応で安定したパッケージ URL を使えるよう、Nucleus パッケージメタデータはここに公開されています。



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