From a43fe0a3469e5aad83001c910638e2c7ff275196 Mon Sep 17 00:00:00 2001 From: dreamer Date: Fri, 13 Dec 2024 09:57:31 +0100 Subject: [PATCH] bump version --- .bumpversion.cfg | 2 +- CHANGELOG.md | 2 +- hvcc/version.py | 2 +- pyproject.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index dec8a73..3f6c164 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.12.1 +current_version = 0.13.0 [bumpversion:file:pyproject.toml] search = {current_version} diff --git a/CHANGELOG.md b/CHANGELOG.md index 3aed394..75c6fcc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ CHANGELOG ===== -Next Release +0.13.0 ----- Features: diff --git a/hvcc/version.py b/hvcc/version.py index 15ab0ed..364338e 100644 --- a/hvcc/version.py +++ b/hvcc/version.py @@ -1 +1 @@ -VERSION = "0.12.1" +VERSION = "0.13.0" diff --git a/pyproject.toml b/pyproject.toml index ab5edc2..b97d812 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "hvcc" -version = "0.12.1" +version = "0.13.0" 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"