Skip to content
This repository was archived by the owner on Jan 31, 2023. It is now read-only.

Commit 012b3b3

Browse files
committed
v0.5
1 parent 88f8f39 commit 012b3b3

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/model_release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ jobs:
2121
run: |
2222
python -m pip install -U pip
2323
pip install aovec
24+
- name: Check MeCab
25+
run: |
26+
python src/check_mecab.py
2427
- name: Run clone
2528
run: |
2629
aovec clone && aovec parse && aovec mkvec

aovec/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.4'
1+
__version__ = '0.5'

0 commit comments

Comments
 (0)