Skip to content

Commit

Permalink
Bump version 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
HEnquist committed Aug 2, 2021
1 parent 8b64c91 commit 6eeefe9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion camilladsp/camilladsp.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import math
from threading import Lock

VERSION = (0, 5, 0)
VERSION = (0, 5, 1)

STANDARD_RATES = [
8000,
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
description="A library for comminucating with CamillaDSP",
Expand Down

0 comments on commit 6eeefe9

Please sign in to comment.