macOS
brew install bump-my-versionlocal Homebrew formula metadata
安装
brew install bump-my-versionlocal Homebrew formula metadata
nix profile install nixpkgs#bump-my-versionnixpkgs package indexes · pkgs/by-name/bu/bump-my-version/package.nix · 来源: api.github.com
概览
Version bump your Python project
历史
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.
安全态势
没有找到 bump-my-version 的匹配本地密钥处理 manifest。Nucleus 软件包元数据仍在此发布,以便未来覆盖拥有稳定的软件包 URL。
在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。
local files
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.
Config paths the tool may read or write during local use.
--config-file <FILE>$BUMPVERSION_CONFIG_FILE.bumpversion.cfg.bumpversion.tomlsetup.cfgpyproject.toml可执行文件
| 命令 | 类型 | 暴露范围 | 备注 |
|---|---|---|---|
bump-my-version | cli | 全局可执行文件 |
新鲜度
这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。
https://callowayproject.github.io/bump-my-version/
安装元数据
| 软件包键 | brew:bump-my-version |
|---|---|
| 版本 | 1.4.1 |
| 软件包管理器 | Homebrew |
| 软件包管理器页面 | https://formulae.brew.sh/formula/bump-my-version |
| 主页 | https://callowayproject.github.io/bump-my-version/ |
| 仓库 | https://github.com/callowayproject/bump-my-version |
| 上游文档 | https://callowayproject.github.io/bump-my-version |
| 许可证 | MIT |
| 源码归档 | https://files.pythonhosted.org/packages/37/04/1ea0a95165d668eb86f6bee97199b7aa926706bed64902fe96600f70f840/bump_my_version-1.4.1.tar.gz |
| 最后更新 | 2026-06-21T10:47:51Z |
| Pulse | updated |
| 依赖 | certifi, pydantic, python@3.14 |
| Bottle | 可用 (于 all) |
| Homebrew post-install | 未定义 |
| 服务 | 未声明 |
注册表事实
| 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 |
|
源数据库匹配
匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。
bump-my-version
nix profile install nixpkgs#bump-my-version来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.