Skip to content

Commit

Permalink
Increment version
Browse files Browse the repository at this point in the history
  • Loading branch information
jangevaare committed Apr 30, 2020
1 parent b6d1b5c commit 1bf7a26
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
@@ -1,7 +1,7 @@
name = "Pathogen"
uuid = "c8189ad9-0349-5cbb-98f2-579781f27e5c"
authors = ["Justin Angevaare <[email protected]>"]
version = "0.4.11"
version = "0.4.12"

[deps]
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Expand Down

2 comments on commit 1bf7a26

@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 register
Release notes:

  • Data augmentation performance improvements through introduction of TransmissionRateCache
  • Extension of EventExtents to allow for specification of lower bounds of observation delay and latent period through use of Tuple{Float64,Float64}

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

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.4.12 -m "<description of version>" 1bf7a26e55193e4149f5b5c9ba81e5c9f98ed34b
git push origin v0.4.12

Please sign in to comment.