Skip to content

Commit b9e5ed6

Browse files
committed
Include missing source file in sdist
1 parent b051849 commit b9e5ed6

File tree

4 files changed

+8
-2
lines changed

4 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## v2.0.1
4+
5+
- Include `src/micro_vad.cpp` in sdist
6+
- Add `py.typed`
7+
38
## v2.0.0
49

510
- Change `Process10ms` to `process_10ms`

MANIFEST.in

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
include LICENSE.md
2-
include python.cpp
2+
include src/micro_vad.cpp
3+
include pymicro_vad/py.typed
34
recursive-include micro_vad *

pymicro_vad/py.typed

Whitespace-only changes.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
_KISSFFT_DIR = _MICROVAD_DIR / "kissfft"
1212
_INCLUDE_DIR = _MICROVAD_DIR
1313

14-
version = "2.0.0"
14+
version = "2.0.1"
1515

1616
sources = [_MICROVAD_DIR / "micro_vad.cpp"]
1717
sources.extend(

0 commit comments

Comments
 (0)