Skip to content

Commit

Permalink
0.1.12 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kha-white committed Jun 21, 2024
1 parent 19b91e5 commit f965f39
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@ name: Publish package to PyPI and TestPyPI

on:
push:
branches: [ "master" ]
tags:
- 'v[0-9]+.[0-9]+.[0-9]+-[a-zA-Z]+.[0-9]+'
- 'v[0-9]+.[0-9]+.[0-9]+-[a-zA-Z]*'
- 'v[0-9]+.[0-9]+.[0-9]+'

jobs:
build:
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.2"
__version__ = "0.1.12"

0 comments on commit f965f39

Please sign in to comment.