feat: commiting version bumps

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

View File

@ -1,2 +1,2 @@
__version__ = "0.0.1" __version__ = "0.0.2"
__name__ = "git_time_tracking" __name__ = "git_time_tracking"

View File

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