We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d41637 commit 5610f36Copy full SHA for 5610f36
src/pa_ringbuffer.py
@@ -1,6 +1,9 @@
1
-"""Python wrapper for PortAudio's ring buffer."""
+"""Python wrapper for PortAudio's ring buffer.
2
3
-__version__ = '0.0.0'
+https://github.com/spatialaudio/python-pa-ringbuffer
4
+
5
+"""
6
+__version__ = '0.1.0'
7
8
9
def cdef():
0 commit comments