Skip to content

Commit 3dea924

Browse files
committed
Merge tag 'v0.16.1' into develop
v0.16.1
2 parents 3465e1c + 1f88408 commit 3dea924

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.16.0
2+
current_version = 0.16.1
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.1
55
-----
66

77
Bugfixes:

hvcc/version.py

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

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.16.0"
3+
version = "0.16.1"
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)