We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56f8f85 commit 8c0ca99Copy full SHA for 8c0ca99
kaldi_active_grammar/__init__.py
@@ -5,7 +5,8 @@
5
#
6
7
_name = 'kaldi_active_grammar'
8
-__version__ = '1.6.0.dev0'
+__version__ = '1.6.0'
9
+# __dev_version__ = __version__ + '.dev0'
10
REQUIRED_MODEL_VERSION = '0.5.0'
11
12
import logging
0 commit comments