From 16e41b68c77d3454f493ab5f886399805d93d498 Mon Sep 17 00:00:00 2001 From: Delsin Van Grembergen Date: Mon, 16 Sep 2024 10:16:44 +0200 Subject: [PATCH] Release v0.0.121 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c802845..589b921 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta" [project] name = "elody" -version = "0.0.120" +version = "0.0.121" description = "elody SDK for Python" readme = "README.md" authors = [{ name = "Inuits", email = "developers@inuits.eu" }]