From 7d984ea17a5824a2de0fc665d6cbf0cb5425c675 Mon Sep 17 00:00:00 2001 From: rocribera Date: Mon, 8 Jun 2026 12:43:30 +0200 Subject: [PATCH] feat: update version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 65dd5ee..e47e394 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "mailerlite" -version = "0.1.10" +version = "0.1.11" description = "The official MailerLite Python SDK" authors = [{name = "MailerLite", email = "tech@mailerlite.com"}] requires-python = ">=3.10"