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 c9636ce commit 547822aCopy full SHA for 547822a
README.md
@@ -37,6 +37,15 @@ Run `python3 -m twine upload --repository testpypi dist/*`
37
`--repository testpypi` can be removed to push to the prod PyPI instance.
38
Also `dist/*` can be a bit more precise to upload a specific version of the binaries
39
40
+# Update the package version
41
+
42
+To update the version use the hatch command:
43
44
+```
45
+hatch version "X.Y.Z"
46
47
+For more options on the version update see [the hatch documentation](https://hatch.pypa.io/latest/version/)
48
49
# Tooling
50
## Formatting
51
0 commit comments