MCPcopy Create free account
hub / github.com/OpenRaiser/NanoResearch / _bump_patch

Method _bump_patch

nanoresearch/evolution/skills.py:179–181  ·  view source on GitHub ↗
(self, version: str)

Source from the content-addressed store, hash-verified

177 return 0, 1, 0
178
179 def _bump_patch(self, version: str) -> str:
180 major, minor, patch = self._parse_patch(version)
181 return f"{major}.{minor}.{patch + 1}"
182
183 def _load_models(self, path: Path, model_cls: type[BaseModel]) -> list[BaseModel]:
184 if not self.enabled or not path.is_file():

Callers 1

maintain_skillMethod · 0.95

Calls 1

_parse_patchMethod · 0.95

Tested by

no test coverage detected