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.

  1. Check current version:
grep -E "^version" python/pyproject.toml
  1. Create release branch:
git checkout -b release/v<new_version>
Installs
First Seen
novitalabs-version-bump — smithery/ai