Skip to content

Commit e96d7cb

Browse files
committed
bump version
1 parent 4a629b9 commit e96d7cb

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.13.4
2+
current_version = 0.14.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.14.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.13.4"
1+
VERSION = "0.14.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.13.4"
3+
version = "0.14.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)