poetry version  <version>
Shows the version of the project or bumps it when a valid bump rule is provided
Arguments
| Name | Description | 
|---|
| version | The version number or the rule to update the version | 
Options
| Name | Description | 
|---|
| -h, --help | Display help information | 
| -v, --verbose | Increase the verbosity of messages | 
| -vv | More verbose output | 
| -vvv | Debug output | 
| -V, --version | Display this application version | 
| --ansi | Force ANSI output | 
| --no-ansi | Disable ANSI output | 
| -n, --no-interaction | Do not ask any interactive question | 
| --no-plugins | Disables plugins | 
| --no-cache | Disables poetry source caches | 
| --directory  <directory> | The working directory for the poetry command | 
| -q, --quiet | Do not output any message | 
| --short | Output the version number only | 
| --dry-run | Do not update pyproject.toml file |