Skip to content

Commit a0b7cff

Browse files
committed
Merge tag 'v0.16.0' into develop
v0.16.0
2 parents c745e99 + 14f682c commit a0b7cff

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.15.0
2+
current_version = 0.16.0
33

44
[bumpversion:file:pyproject.toml]
55
search = {current_version}

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
CHANGELOG
22
=====
33

4-
Next Release
4+
0.16.0
55
-----
66

77
Features:

hvcc/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "0.15.0"
1+
VERSION = "0.16.0"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "hvcc"
3-
version = "0.15.0"
3+
version = "0.16.0"
44
description = "`hvcc` is a python-based dataflow audio programming language compiler that generates C/C++ code and a variety of specific framework wrappers."
55
authors = ["Enzien Audio, Wasted Audio"]
66
license = "GPLv3"

0 commit comments

Comments
 (0)