From c46ad9ea2e0c3bedde5d9c1a00139a111eb99dc1 Mon Sep 17 00:00:00 2001 From: rh363 <153909591+rh363@users.noreply.github.com> Date: Thu, 25 Sep 2025 16:06:46 +0200 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 02b9160..8ba5b1f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "ecsapi" -version = "0.3.0" +version = "0.4.0" description = "A simple SDK for manage Seeweb ecs api" readme = "README.md" license = {file = "LICENSE"}