Skip to content

Commit

Permalink
Fix sdist
Browse files Browse the repository at this point in the history
  • Loading branch information
synesthesiam committed Jul 7, 2024
1 parent 2944a4d commit 558acbb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.2.5

- Fix sdist

## 1.2.4

- Fixes for BSDs
Expand Down
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
recursive-include webrtc-audio-processing *
include python.cpp
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
_SOURCE_DIR = _DIR / "webrtc-audio-processing"
_WEBRTC_DIR = _SOURCE_DIR / "webrtc-audio-processing-1"

__version__ = "1.2.4"
__version__ = "1.2.5"

# webrtc/
# rtc_base/
Expand Down

0 comments on commit 558acbb

Please sign in to comment.