You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/bump.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -148,7 +148,7 @@ For example, if we have `pyproject.toml`
148
148
version = "5.3.5+0.1.0"
149
149
```
150
150
151
-
If `--local-version` is used, it will bump only the local version `0.1.0` and keep the public version `5.3.1` intact, bumping to the version `5.3.5+0.2.0`.
151
+
If `--local-version` is used, it will bump only the local version `0.1.0` and keep the public version `5.3.5` intact, bumping to the version `5.3.5+0.2.0`.
0 commit comments