From 617c0d272c29680e388d3bec673d1bef4c1caba7 Mon Sep 17 00:00:00 2001 From: Leandro Echevarria Date: Mon, 25 Aug 2025 12:36:46 -0300 Subject: [PATCH] test | Test bumping the version to create a new publish --- pyproject.toml | 2 +- src/atlas/_version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index db873b9..b26e7b8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "atlas" -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" }] diff --git a/src/atlas/_version.py b/src/atlas/_version.py index 5becc17..5c4105c 100644 --- a/src/atlas/_version.py +++ b/src/atlas/_version.py @@ -1 +1 @@ -__version__ = "1.0.0" +__version__ = "1.0.1"