Skip to content

Commit

Permalink
Trying to get stable docs to build.
Browse files Browse the repository at this point in the history
  • Loading branch information
kescobo authored Oct 28, 2021
1 parent 64dea24 commit 15c1bec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ keywords = ["microbiology", "microbiome", "biology", "metagenomics"]
license = "MIT"
desc = "Convenience functions for working with the bioBakery"
authors = ["kescobo <[email protected]>", "annelle-abatoni <[email protected]>", "anikaluo <[email protected]>", "Vanja Klepac-Ceraj <[email protected]>"]
version = "0.5.0"
version = "0.5.1"

[deps]
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
Expand All @@ -20,4 +20,4 @@ CSV = "0.8, 0.9"
Conda = "1.5"
Microbiome = "0.8"
Reexport = "0.2, 1"
Tables = "1.2.1"
Tables = "1.2.1"

2 comments on commit 15c1bec

@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 created: JuliaRegistries/General/47669

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.1 -m "<description of version>" 15c1bec795e00fad20a4c42f9d72a6810b79d583
git push origin v0.5.1

Please sign in to comment.