Skip to content

Commit

Permalink
Cli fix (#92)
Browse files Browse the repository at this point in the history
* flip add_cli_args! optunderscores

* actually assign results

* update other humann function calls

* add tests

* add tests

* fix reexport bounds
  • Loading branch information
kescobo authored Oct 22, 2021
1 parent fcf7a80 commit 870c365
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ julia = "1.6"
CSV = "0.8, 0.9"
Conda = "1.5"
Microbiome = "0.8"
Reexport = "0.2 - 1"
Reexport = "0.2, 1"
Tables = "1.2.1"

2 comments on commit 870c365

@kescobo
Copy link
Member 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 updated: JuliaRegistries/General/47131

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 v0.5.0 -m "<description of version>" 870c3656bd3dd630812e337d8d824221ecbd5e1c
git push origin v0.5.0

Please sign in to comment.