From 7b691db52804c605ad351de77e7acc5601780ee2 Mon Sep 17 00:00:00 2001 From: Thomas Schranz Date: Sat, 4 May 2024 21:29:00 +0200 Subject: [PATCH] 0.2.8 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e7bf9b4..1d6007c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] -name = "atlas-cli" -version = "0.2.7" +name = "atlas-db" +version = "0.2.8" description = "turn apple health export.xml into parquet" readme = "README.md" requires-python = ">=3.8"