chore: bump version to 0.2.0

- Update main package version to 0.2.0
- Update capability versions to 0.2.0
- Prepare for release tagging

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
tegwick 2025-10-19 21:47:46 +02:00
parent 4bcc178f43
commit f46415b5b2
2 changed files with 2 additions and 2 deletions

View file

@ -11,7 +11,7 @@ from pathlib import Path
from typing import Optional
# Base version from pyproject.toml
__version__ = "0.1.0"
__version__ = "0.2.0"
def get_git_commit_hash() -> Optional[str]:
"""Get the current git commit hash if available."""