Smithery Logo
MCPsSkillsDocsPricing
Login
NewFlame, an assistant that learns and improves. Available onTelegramSlack
    novitalabs

    version-bump

    novitalabs/version-bump
    DevOps
    12

    About

    SKILL.md

    Install

    • Telegram
      Telegram
    • Slack
      Slack
    • Claude Code
      Claude Code
    • Codex
      Codex
    • OpenClaw
      OpenClaw
    • Cursor
      Cursor
    • Amp
      Amp
    • GitHub Copilot
      GitHub Copilot
    • Gemini CLI
      Gemini CLI
    • Kilo Code
      Kilo Code
    • Junie
      Junie
    • Replit
      Replit
    • Windsurf
      Windsurf
    • Cline
      Cline
    • Continue
      Continue
    • OpenCode
      OpenCode
    • OpenHands
      OpenHands
    • Roo Code
      Roo Code
    • Augment
      Augment
    • Goose
      Goose
    • Trae
      Trae
    • Zencoder
      Zencoder
    • Antigravity
      Antigravity
    • Download skill
    ├─
    ├─
    └─
    Smithery Logo

    Give agents more agency

    Resources

    DocumentationPrivacy PolicySystem Status

    Company

    PricingAboutBlog

    Connect

    © 2026 Smithery. All rights reserved.

    About

    Bump pegaflow-llm package version. Use when the user asks to bump version, release a new version, increment version, or update package version.

    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>
    
    1. Edit python/pyproject.toml:

    Update both version fields:

    • version = "<new_version>" (under [project])
    • version = "<new_version>" (under [tool.commitizen])

    Example: 0.0.10 → 0.0.11

    1. Commit the change:
    git add python/pyproject.toml
    git commit -m "chore: bump version to <new_version>"
    

    Workflow

    1. Push the release branch:
    git push -u origin release/v<version>
    
    1. Create a pull request:
    gh pr create --title "chore: bump version to <version>" --body "Release v<version>"
    
    1. After PR review and merge to master:

    User will manually create the GitHub release via the web UI or CLI.

    Recommended Servers
    vastlint - IAB XML VAST validator and linter
    vastlint - IAB XML VAST validator and linter
    FavCRM — Agentic CRM
    FavCRM — Agentic CRM
    Context7
    Context7
    Repository
    novitalabs/pegaflow
    Files