Skip to content

Commit

Permalink
Including header file in source dist
Browse files Browse the repository at this point in the history
  • Loading branch information
RuABraun committed Mar 3, 2025
1 parent 7173898 commit df78a7b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
include LICENSE README.md requirements.txt
recursive-include libs *.*
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ This results in a WER of 83.3\% because of the extra insertion and deletion. And

Recent changes:

- 26.02.25 Faster alignment, better multihyp support, fixed multihyp bug.
- 22.06.22 refactored internals to make them simpler, character aware alignment is off by default, added more explanations
- 20.05.22 fixed bug missing regex dependency
- 16.05.22 fixed bug causing wrong detailed output when there is utterance with empty reference, and utts with empty reference are not ignored
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import setuptools
import sys

__version__ = "1.0.6"
__version__ = "1.0.7"


class get_pybind_include(object):
Expand Down

0 comments on commit df78a7b

Please sign in to comment.