MCPcopy Index your code
hub / github.com/ComposioHQ/composio / BumpType

Class BumpType

python/scripts/bump.py:26–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24
25
26class BumpType(Enum):
27 MAJOR = "major"
28 MINOR = "minor"
29 PATCH = "patch"
30 PRE = "pre"
31 POST = "post"
32
33
34def _get_bumped_version(current: VersionInfo, bump_type: BumpType) -> VersionInfo:

Callers 1

_get_version_updateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…