🏷️
DevOpsPython

Bump Version

by escapeWu

Bump Version is a DevOps skill for Claude Code, published by escapeWu in perplexity-ai.

166 stars25 forkson escapeWu/perplexity-aiAdded 2026/09/08+1% in starsRepository updated 2026/08/19
2apiclaude-codemcpoaiperplexity-aipoolskill
Install in seconds
Install Bump Version
Copy Bump Version into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/escapeWu/perplexity-ai/tree/main/.claude/skills/bump-version ~/.claude/skills/bump-version

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/escapeWu/perplexity-ai.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
.claude/skills/bump-version/SKILL.md in escapeWu/perplexity-ai
Installs to
~/.claude/skills/bump-version
Collection
One of 4 skills cataloged from this repository
Category
DevOps1075 skills

What Bump Version does

Bump Version updates project files for a new release, including version numbers and changelogs. Use it when you need to build, commit, tag, and push a version bump.

Bump Version is cataloged under DevOps on DirSkills. Bump Version comes from a repository tagged 2api, claude-code, mcp, oai and perplexity-ai.

Documentation

README

Bump Version Skill

Steps

1. Determine new version

  • User provides target version (e.g. v1.9.0)
  • Strip the v prefix for file edits

2. Update version files

  • pyproject.toml: update version = "x.x.x"
  • perplexity/server/web/package.json: update "version": "x.x.x" — Vite reads this via vite.config.ts to inject __APP_VERSION__ into the frontend build, which displays as MANAGER_vX.X.X in the admin UI

3. Update changelogs

Add a new entry at the top of the changelog section in both files:

README.md — under ## Changelog:

+ **<YYYY-MM-DD>**: v<VERSION> — <summary in English>

README-zh.md — under ## 更新记录:

+ **<YYYY-MM-DD>**:v<VERSION> — <summary in Chinese>

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Bump Version

  • What else does escapeWu publish alongside Bump Version?

    Bump Version is one of 4 skills that DirSkills catalogs from escapeWu/perplexity-ai, the repository it ships in. Its siblings there include Perplexity Search, Perplexity Search and Server Deploy. Each one is a separate skill with its own page in this directory, installs the same way Bump Version does, and is maintained by escapeWu in that same repository. The rest of the collection is listed on the escapeWu/perplexity-ai page.

  • How does Bump Version compare to other DevOps skills?

    Bump Version ranks #990 by stars among the 1075 DevOps skills in this catalog. The most-starred ones next to it are Backend Patterns, API Connector Builder and Migration. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Bump Version against them. Open each page to compare what they document and how they install.