Skip to content

Commit 547822a

Browse files
authored
PYSCAN-16: Create script to easily update the project version (#13)
1 parent c9636ce commit 547822a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,15 @@ Run `python3 -m twine upload --repository testpypi dist/*`
3737
`--repository testpypi` can be removed to push to the prod PyPI instance.
3838
Also `dist/*` can be a bit more precise to upload a specific version of the binaries
3939

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+
4049
# Tooling
4150
## Formatting
4251

0 commit comments

Comments
 (0)