3 Commits

Author SHA1 Message Date
Gitea CI
569d09b170 Bump version: 0.1.5 → 0.1.6 2025-05-21 08:06:17 +00:00
Gitea CI
71f421a833 Bump version: 0.1.4 → 0.1.5 2025-05-20 12:05:26 +00:00
110888307c test hardcoded owner 2025-05-20 14:04:49 +02:00
3 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
[tool.bumpversion]
current_version = "0.1.4"
current_version = "0.1.6"
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
serialize = ["{major}.{minor}.{patch}"]
search = "{current_version}"

View File

@@ -86,7 +86,7 @@ jobs:
]
}
token: ${{ secrets.TOKEN }}
owner: ${{ github.event.repository.owner.login }}
owner: WorldTeacher
- name: create Release
if: ${{ github.event.inputs.github_release == 'true' }}
uses: softprops/action-gh-release@master

View File

@@ -1 +1 @@
0.1.4
0.1.6