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"