MCPcopy
hub / github.com/ComposioHQ/composio / _bump_package

Function _bump_package

python/scripts/bump.py:160–163  ·  view source on GitHub ↗
(file: Path, bump_type: t.Optional[str] = None)

Source from the content-addressed store, hash-verified

158
159
160def _bump_package(file: Path, bump_type: t.Optional[str] = None):
161 if file.name == PYPROJECT:
162 return _bump_pyproject_toml(file=file, bump_type=bump_type)
163 return _bump_setup_py(file=file, bump_type=bump_type)
164
165
166@click.command("bump")

Callers 1

bumpFunction · 0.85

Calls 2

_bump_pyproject_tomlFunction · 0.85
_bump_setup_pyFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…