Skip to content

Commit 5610f36

Browse files
committed
Release 0.1.0
1 parent 4d41637 commit 5610f36

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/pa_ringbuffer.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1-
"""Python wrapper for PortAudio's ring buffer."""
1+
"""Python wrapper for PortAudio's ring buffer.
22
3-
__version__ = '0.0.0'
3+
https://github.com/spatialaudio/python-pa-ringbuffer
4+
5+
"""
6+
__version__ = '0.1.0'
47

58

69
def cdef():

0 commit comments

Comments
 (0)