Skip to content

Commit

Permalink
Update maintainer-guide.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pradeeban authored Dec 18, 2024
1 parent c79f0be commit c4d2d4f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions maintainer-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

More details can be found [here](https://packaging.python.org/en/latest/tutorials/packaging-projects/)

## Update the version in pyproject.toml.

Increment the minor or major version appropriately from the line indicated below in pyproject.toml.
````
version = "1.0.3"
````

## Build
````
python3 -m build
Expand Down

0 comments on commit c4d2d4f

Please sign in to comment.