Skip to content

Commit

Permalink
new version 0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
rveltz committed Oct 9, 2022
1 parent c3851e0 commit 2ac2213
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 = "PiecewiseDeterministicMarkovProcesses"
uuid = "86206cdf-4603-54e0-bd58-22a2dcbf57aa"
authors = ["Romain Veltz <rveltz@salk.edu>", " Simon Frost <sdf22@cam.ac.uk>"]
version = "0.0.6"
version = "0.0.7"

[deps]
DifferentialEquations = "0c46a032-eb83-5123-abaf-570d42b7fbaa"
Expand Down

2 comments on commit 2ac2213

@rveltz
Copy link
Owner Author

@rveltz rveltz commented on 2ac2213 Oct 9, 2022

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/69809

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.0.7 -m "<description of version>" 2ac22134bc68da3cc4fae476fec0aaa1e6462d9d
git push origin v0.0.7

Please sign in to comment.