MCPcopy Index your code
hub / github.com/github/spec-kit / version

Method version

src/specify_cli/presets/__init__.py:278–280  ·  view source on GitHub ↗

Get preset version.

(self)

Source from the content-addressed store, hash-verified

276
277 @property
278 def version(self) -> str:
279 """Get preset version."""
280 return self.data["preset"]["version"]
281
282 @property
283 def description(self) -> str:

Callers 3

versionFunction · 0.45
get_speckit_versionFunction · 0.45
_get_installed_versionFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected