Skip to content

Commit

Permalink
0.2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
tosh committed May 4, 2024
1 parent 7d515ce commit d22b862
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion atlas/cli.py
Original file line number Diff line number Diff line change
@@ -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()
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit d22b862

Please sign in to comment.