Skip to content

Commit

Permalink
🐛included epidemic_curve.jl twice!
Browse files Browse the repository at this point in the history
  • Loading branch information
jangevaare committed Mar 20, 2020
1 parent 4d29294 commit 556b92c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Pathogen.jl
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ module Pathogen
# Visualization
include("visualization/epidemic_curve.jl")
include("visualization/population.jl")
include("visualization/epidemic_curve.jl")
include("visualization/transmission_network.jl")
include("visualization/transmission_network_distribution.jl")
include("visualization/trace.jl")
Expand Down

2 comments on commit 556b92c

@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/11232

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.4.6 -m "<description of version>" 556b92cc41cdd79001008cb88f5dffd08e291ab0
git push origin v0.4.6

Please sign in to comment.