From 9350f5794de0bdf71764d5c474db85c0f94f9d58 Mon Sep 17 00:00:00 2001 From: jasper-elimity <104833128+jasper-elimity@users.noreply.github.com> Date: Mon, 19 May 2025 11:00:08 +0200 Subject: [PATCH] Bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 692e7b1..d0d50d8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ license = "Apache-2.0" name = "elimity-insights-client" readme = "README.md" repository = "https://github.com/elimity-com/insights-client-python" -version = "10.2.1b1" +version = "10.2.1" [tool.poetry.dependencies] python = "^3.7"