Skip to content

Commit ca584e8

Browse files
committed
Bump version
1 parent e57f1ae commit ca584e8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

camilladsp/camilladsp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from threading import Lock
66
from enum import Enum, auto
77

8-
VERSION = (0, 5, 1)
8+
VERSION = (0, 6, 0)
99

1010
STANDARD_RATES = [
1111
8000,

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55

66
setuptools.setup(
77
name="camilladsp",
8-
version="0.5.1",
8+
version="0.6.0",
99
author="Henrik Enquist",
1010
author_email="henrik.enquist@gmail.com",
11-
description="A library for comminucating with CamillaDSP",
11+
description="A library for communicating with CamillaDSP",
1212
long_description=long_description,
1313
long_description_content_type="text/markdown",
1414
url="https://github.com/HEnquist/pycamilladsp",

0 commit comments

Comments
 (0)