diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 3f6c164..6950a03 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.13.0 +current_version = 0.13.1 [bumpversion:file:pyproject.toml] search = {current_version} diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f01170..8a6efce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ CHANGELOG ===== -Next Release +0.13.1 ----- Bugfixes: diff --git a/hvcc/version.py b/hvcc/version.py index 364338e..f5a5cb4 100644 --- a/hvcc/version.py +++ b/hvcc/version.py @@ -1 +1 @@ -VERSION = "0.13.0" +VERSION = "0.13.1" diff --git a/pyproject.toml b/pyproject.toml index d7f1d04..8f56d32 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "hvcc" -version = "0.13.0" +version = "0.13.1" description = "`hvcc` is a python-based dataflow audio programming language compiler that generates C/C++ code and a variety of specific framework wrappers." authors = ["Enzien Audio, Wasted Audio"] license = "GPLv3"