From 7751059fae79e983d70c9f41e77d41b0026e53d3 Mon Sep 17 00:00:00 2001 From: m-peko Date: Thu, 28 Aug 2025 18:40:18 +0200 Subject: [PATCH] Bump version fix --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 012077e..495536f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "layerlens" -version = "1.0.0" +version = "1.0.1" description = "The official Python library for the LayerLens Atlas API" license = "Apache-2.0" authors = [{ name = "LayerLens", email = "support@layerlens.ai" }]