From a469e4b0653fa66f8277d844df8cc1b80c4f5d65 Mon Sep 17 00:00:00 2001 From: Federico Simonetta Date: Tue, 27 Jul 2021 11:53:43 +0200 Subject: [PATCH] Prepared for version 0.3.3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 65545ea..20efc95 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pycarla" -version = "0.3.2" +version = "0.3.3" description = "Use VST/LV2/etc. plugins with realtime abilities in Python" authors = ["Federico Simonetta "] license = "GPL-3.0-only"