Skip to content

Commit

Permalink
Typo in function export
Browse files Browse the repository at this point in the history
  • Loading branch information
jangevaare committed Mar 10, 2020
1 parent 57eab96 commit d259774
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 = "PhyloModels"
uuid = "6465ae08-de3a-5dbe-bda8-3920f6a01ab7"
authors = ["Justin Angevaare <[email protected]>"]
version = "0.3.0"
version = "0.3.1"

[deps]
GeneticBitArrays = "5d6f8c34-7f74-4dab-a49b-48b3414fbfce"
Expand Down
2 changes: 1 addition & 1 deletion src/PhyloModels.jl
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ module PhyloModels
include("loglikelihood.jl")
include("simulate.jl")

export NodeDNA, NodeRNA, siimulate!, simulate, rand, loglikelihood
export NodeDNA, NodeRNA, simulate!, simulate, rand, loglikelihood

end # module

2 comments on commit d259774

@jangevaare
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/10790

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 Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v0.3.1 -m "<description of version>" d259774d84b99b2aa8995a2ca09a0312f0f369c9
git push origin v0.3.1

Please sign in to comment.