Skip to content

Commit 7b5e75f

Browse files
author
Bastian Bechtold
committed
increment version number and changelog
1 parent 491854c commit 7b5e75f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -315,3 +315,5 @@ Changelog
315315
- 2022-04-29 fixes deprecation in recent Numpy
316316
- 2024-03-16 fixes empty soundcard list on macOS
317317
(Thank you, Patrice Brend'amour!)
318+
- 2025-03-20 fixes various issues on macOS
319+
(Thank you, coexe and TnTora!)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name='SoundCard',
5-
version='0.4.3',
5+
version='0.4.4',
66
description='Play and record audio without resorting to CPython extensions',
77
author='Bastian Bechtold',
88
url='https://github.com/bastibe/SoundCard',

0 commit comments

Comments
 (0)