feat: commiting version bumps
This commit is contained in:
parent
dba2a2b70c
commit
bc69ef9f7a
@ -1,2 +1,2 @@
|
|||||||
__version__ = "0.0.1"
|
__version__ = "0.0.2"
|
||||||
__name__ = "git_time_tracking"
|
__name__ = "git_time_tracking"
|
||||||
|
3
release
3
release
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user