From 8b6f4a15ccb599f95b5e72c52c072c805df3dc9e Mon Sep 17 00:00:00 2001 From: Bentroen <29354120+Bentroen@users.noreply.github.com> Date: Tue, 9 Jul 2024 20:30:13 -0300 Subject: [PATCH] 0.4.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9c2b654..8363047 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "nbswave" -version = "0.3.0" +version = "0.4.0" description = "An utility to render note block songs to a variety of audio formats" authors = ["Bentroen "] license = "MIT"