Skip to content

Commit

Permalink
version bump to 0.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Heerpa committed Mar 27, 2024
1 parent 6e86d89 commit 224b7c3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/bump-version.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# better automation: https://github.com/joaomcteixeira/python-project-skeleton/blob/main/.github/workflows/version-bump-and-package.yml
name: Bump version

on:
Expand Down Expand Up @@ -43,4 +44,4 @@ jobs:
$Env:Path += ";C:\actions-runner\_work\_tool\python\3.10.11\x64\lib\site-packages"
$Env:Path += ";C:\actions-runner\_work\_tool\Python\3.10.11\x64\Scripts"
python --version
python -m bump2version minor
bump2version --new-version 0.0.0

0 comments on commit 224b7c3

Please sign in to comment.