From d22b86250f92c56bce1629be00f8328ebd153686 Mon Sep 17 00:00:00 2001 From: Thomas Schranz Date: Sat, 4 May 2024 21:44:03 +0200 Subject: [PATCH] 0.2.10 --- atlas/cli.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/atlas/cli.py b/atlas/cli.py index 46e3924..09f6258 100644 --- a/atlas/cli.py +++ b/atlas/cli.py @@ -1,7 +1,7 @@ import click import os import datetime as dt -from apple_health import to_df, write_parquet +from atlas.apple_health import to_df, write_parquet @click.group() diff --git a/pyproject.toml b/pyproject.toml index 5ff103d..20f2744 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "atlas-db" -version = "0.2.9" +version = "0.2.10" description = "turn apple health export.xml into parquet" readme = "README.md" requires-python = ">=3.8"