novitalabs-version-bump
Installation
SKILL.md
Version Bump
Bump the pegaflow-llm Python package version by directly editing python/pyproject.toml.
Bump PATCH Version
Important: Create a branch first since pre-commit hooks forbid commits to master.
- Check current version:
grep -E "^version" python/pyproject.toml
- Create release branch:
git checkout -b release/v<new_version>