Skip to content

Commit

Permalink
changed Project.toml file to 1.0.0 in order to submit to the general …
Browse files Browse the repository at this point in the history
…registry
  • Loading branch information
sumant-28 committed Oct 2, 2024
1 parent 81ff714 commit 7b0c408
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "AppleHealthParser"
uuid = "d1ed7681-0bdc-4b3e-a64e-a9a059b3ebfe"
authors = ["Sumanth Athreya Seshasayee <[email protected]> and contributors"]
version = "1.0.0-DEV"
version = "1.0.0"

[deps]
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Getting the data out of the Apple Health source file to perform statistical anal

## Existing Approaches

There are existing analyses online to process the data in [R](https://rpubs.com/heidithornton09/AccessingAppleHealthData), [Python](https://github.com/jameno/Simple-Apple-Health-XML-to-CSV) and with a [database](https://github.com/christophhagen/HealthDB). There may be others.
There are existing analyses online to process the data in [R](https://rpubs.com/heidithornton09/AccessingAppleHealthData), [Python](https://github.com/jameno/Simple-Apple-Health-XML-to-CSV) and with a [database](https://github.com/christophhagen/HealthDB). This not an exhaustive list.

### Parser

Expand Down

2 comments on commit 7b0c408

@sumant-28
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/116443

Tip: Release Notes

Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text
"Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the
release that TagBot creates. i.e.

@JuliaRegistrator register

Release notes:

## Breaking changes

- blah

To add them here just re-invoke and the PR will be updated.

Tagging

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v1.0.0 -m "<description of version>" 7b0c4084336031b87808a1317e9ca2d8f3ac2a1a
git push origin v1.0.0

Please sign in to comment.