From 8ffcadd423f1b03dacb86becb184da9411ed603f Mon Sep 17 00:00:00 2001 From: Thomas Schranz Date: Sat, 4 May 2024 20:45:01 +0200 Subject: [PATCH] package name atlas-lib --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1fcb54a..dc3b993 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] -name = "atlaslib" -version = "0.2.5" +name = "atlas-cli" +version = "0.2.6" description = "turn apple health export.xml into parquet" readme = "README.md" requires-python = ">=3.8"