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 e57f1ae commit ca584e8Copy full SHA for ca584e8
camilladsp/camilladsp.py
@@ -5,7 +5,7 @@
5
from threading import Lock
6
from enum import Enum, auto
7
8
-VERSION = (0, 5, 1)
+VERSION = (0, 6, 0)
9
10
STANDARD_RATES = [
11
8000,
setup.py
@@ -5,10 +5,10 @@
setuptools.setup(
name="camilladsp",
- version="0.5.1",
+ version="0.6.0",
author="Henrik Enquist",
author_email="henrik.enquist@gmail.com",
- description="A library for comminucating with CamillaDSP",
+ description="A library for communicating with CamillaDSP",
12
long_description=long_description,
13
long_description_content_type="text/markdown",
14
url="https://github.com/HEnquist/pycamilladsp",
0 commit comments