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 8b64c91 commit 6eeefe9Copy full SHA for 6eeefe9
camilladsp/camilladsp.py
@@ -4,7 +4,7 @@
4
import math
5
from threading import Lock
6
7
-VERSION = (0, 5, 0)
+VERSION = (0, 5, 1)
8
9
STANDARD_RATES = [
10
8000,
setup.py
@@ -5,7 +5,7 @@
setuptools.setup(
name="camilladsp",
- version="0.5.0",
+ version="0.5.1",
author="Henrik Enquist",
author_email="henrik.enquist@gmail.com",
11
description="A library for comminucating with CamillaDSP",
0 commit comments