Compare commits

..

1 Commits

Author SHA1 Message Date
bc69ef9f7a feat: commiting version bumps 2024-05-29 13:20:49 +02:00
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