feat: commiting version bumps

This commit is contained in:
2024-05-29 13:20:49 +02:00
parent dba2a2b70c
commit bc69ef9f7a
2 changed files with 4 additions and 1 deletions

View File

@@ -8,6 +8,9 @@ pip install hatch
# increment version in pyproject.toml
hatch version micro
git add git_time_tracking/__about__.py
git commit -m "bump version"
git push
# build package
python3 -m build --wheel