Skip to content

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pskrunner14 committed Jun 22, 2020
1 parent fad9f0e commit 4e98887
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/kaldiserve/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
__version__ = "1.0.0"

from kaldiserve.kaldiserve_pybind import ModelSpec, Word, Alternative # types
from kaldiserve.kaldiserve_pybind import _ModelSpecList, _WordList, _AlternativeList # type list aliases
from kaldiserve.kaldiserve_pybind import ChainModel # models
Expand Down

0 comments on commit 4e98887

Please sign in to comment.