Skip to content

Commit

Permalink
0.1.12.beta.4
Browse files Browse the repository at this point in the history
  • Loading branch information
kha-white committed Jun 21, 2024
1 parent c803dba commit 6cd10c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches: [ "master" ]
tags:
- 'v[0-9]+.[0-9]+.[0-9]+-[a-zA-Z]*'
- 'v[0-9]+.[0-9]+.[0-9]+-[0-9a-zA-Z\.]*'
- 'v[0-9]+.[0-9]+.[0-9]'

jobs:
Expand Down
2 changes: 1 addition & 1 deletion manga_ocr/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.12.beta.3"
__version__ = "0.1.12.beta.4"

0 comments on commit 6cd10c7

Please sign in to comment.