Skip to content

Commit 6eeefe9

Browse files
committed
Bump version 0.5.1
1 parent 8b64c91 commit 6eeefe9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

camilladsp/camilladsp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import math
55
from threading import Lock
66

7-
VERSION = (0, 5, 0)
7+
VERSION = (0, 5, 1)
88

99
STANDARD_RATES = [
1010
8000,

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="camilladsp",
8-
version="0.5.0",
8+
version="0.5.1",
99
author="Henrik Enquist",
1010
author_email="henrik.enquist@gmail.com",
1111
description="A library for comminucating with CamillaDSP",

0 commit comments

Comments
 (0)