We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0ea206 commit 17098baCopy full SHA for 17098ba
README.md
@@ -32,6 +32,8 @@ $ poetry install --dev
32
33
Bump Version
34
35
+You can use the `bin/bump` script to bump the version. This is a wrapper for [bumpversion](https://pypi.org/project/bumpversion/).
36
+
37
```bash
-$ poetry run bumpversion <VERSION LEVEL>
38
+$ bin/bump <VERSION LEVEL>
39
```
0 commit comments