mirror of
https://github.com/trycua/computer.git
synced 2026-04-30 12:11:35 -05:00
46b361b732
Adds .bumpversion.cfg files to each Python package (agent, computer, computer-server, core, mcp-server, pylume, som) to enable automated version bumping with bump2version tool. Includes comprehensive Makefile with targets for: - Installing and managing bump2version - Bumping package versions (major, minor, patch) - Managing dependencies and building packages - Running tests and formatting - Cleaning build artifacts 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
10 lines
216 B
INI
10 lines
216 B
INI
[bumpversion]
|
|
current_version = 0.1.8
|
|
commit = True
|
|
tag = False
|
|
message = Bump cua-core to v{new_version}
|
|
|
|
[bumpversion:file:pyproject.toml]
|
|
search = version = "{current_version}"
|
|
replace = version = "{new_version}"
|