poetry
Verified for current stable LTS
Poetry Command: Bump Project Version
Use for bump project version with Poetry. Exact CLI syntax to bump project version using Poetry.
When to use this: Use for bump project version with Poetry.
Command Syntax
poetry version <patch|minor|major|prepatch|preminor|premajor|prerelease> poetry version <patch|minor|major|prepatch|preminor|premajor|prerelease> Command Breakdown
poetry is the base executable for this command.
FAQ
Purpose: Exact syntax to bump project version using Poetry.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Poetry Command: Create New Poetry Project
poetry new <project_name> Poetry Command: Execute Command In Virtual Environment poetry run <command> Poetry Command: Initialize New Poetry Project Interactively poetry init Poetry Command: Install Add Dependency poetry add <dependency> Poetry Command: Install Project Dependencies poetry install