Skip to content

Commit 8c0ca99

Browse files
committed
bump version
1 parent 56f8f85 commit 8c0ca99

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

kaldi_active_grammar/__init__.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
#
66

77
_name = 'kaldi_active_grammar'
8-
__version__ = '1.6.0.dev0'
8+
__version__ = '1.6.0'
9+
# __dev_version__ = __version__ + '.dev0'
910
REQUIRED_MODEL_VERSION = '0.5.0'
1011

1112
import logging

0 commit comments

Comments
 (0)