# Installer bump-my-version avec Homebrew, Nix

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de bump-my-version pour les workflows d'agents IA.

## installation

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

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

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

  Preuve: local Homebrew formula metadata

### Linux

- Nix (92%):

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

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

## Faits du paquet

- **Clé du paquet:** brew:bump-my-version
- **Gestionnaire de paquets:** Homebrew
- **Page du gestionnaire de paquets:** <https://formulae.brew.sh/formula/bump-my-version>
- **Version:** 1.5.0
- **Résumé source:** Version bump your Python project
- **Page d'accueil:** <https://callowayproject.github.io/bump-my-version/>
- **Dépôt:** <https://github.com/callowayproject/bump-my-version>
- **Docs amont:** <https://callowayproject.github.io/bump-my-version/>
- **Licence:** MIT
- **Archive source:** <https://files.pythonhosted.org/packages/03/6d/6cfdbd1fd86ac555863afae19e90acf05bfa008d0ea5dd62980ebb795487/bump_my_version-1.5.0.tar.gz>
- **Dernière mise à jour:** 2026-07-28T21:44:22Z
- **Généré:** 2026-08-04T22:13:35+00:00

## exécutables

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

## Dépendances

- certifi
- pydantic
- python@3.14

## Comportement d'installation

- hook post-installation: non défini
- Bouteille: disponible sur all

## Version et fraîcheur

- page générée: 2026-08-04
- version du gestionnaire: 1.5.0
- gestionnaire mis à jour: 2026-07-28
- données locales: OK
- dépôt amont: https://callowayproject.github.io/bump-my-version/
- info: Release/tag comparison is only available for GitHub repositories.
## Historique du projet et usages

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

### Historique du projet

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.

### Historique d'adoption

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.

### Modes d'utilisation

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.

### Pourquoi les passionnés de paquets s'y intéressent

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.

### Chronologie

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


## Notes de sécurité

Aucun manifest local de gestion des secrets correspondant n'a été trouvé pour bump-my-version. Les métadonnées de paquet restent publiées ici afin que la couverture future dispose d'une URL stable.



## 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
## Détails de la base source

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

## Autres enregistrements de gestionnaires de paquets

- 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


## Liens liés

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

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


## Sources

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