mirror of
https://github.com/trycua/computer.git
synced 2026-05-06 23:21:32 -05:00
Add bump2version configuration for all Python packages
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>
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
[bumpversion]
|
||||
current_version = 0.2.2
|
||||
commit = True
|
||||
tag = False
|
||||
message = Bump pylume to v{new_version}
|
||||
|
||||
[bumpversion:file:pylume/__init__.py]
|
||||
search = __version__ = "{current_version}"
|
||||
replace = __version__ = "{new_version}"
|
||||
Reference in New Issue
Block a user