Skip to content

Commit

Permalink
FIX: Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner committed Jun 22, 2024
1 parent 5044509 commit c6306fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rtmixer.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
https://python-rtmixer.readthedocs.io/
"""
__version__ = '0.1.4'
__version__ = '0.1.5'

import sounddevice as _sd
from pa_ringbuffer import init as _init_ringbuffer
Expand Down

0 comments on commit c6306fa

Please sign in to comment.