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