Skip to content

Commit

Permalink
Update Project.toml
Browse files Browse the repository at this point in the history
Fix incorrect version and PALEOboxes compat
  • Loading branch information
sjdaines authored Mar 2, 2023
1 parent c2c148b commit 3a126c0
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
@@ -1,7 +1,7 @@
name = "PALEOmodel"
uuid = "bf7b4fbe-ccb1-42c5-83c2-e6e9378b660c"
authors = ["Stuart Daines <[email protected]>"]
version = "0.15.18"
version = "0.15.20"

[deps]
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Expand Down Expand Up @@ -36,7 +36,7 @@ ForwardDiff = "0.10 - 0.10.34"
Infiltrator = "1.0"
JLD2 = "0.4"
NLsolve = "4.5"
PALEOboxes = "0.21.5"
PALEOboxes = "0.21.7"
RecipesBase = "1.2"
Requires = "1.0"
Revise = "3.1"
Expand Down

2 comments on commit 3a126c0

@sjdaines
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/78824

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.15.20 -m "<description of version>" 3a126c00e2524824a55a8f104a3ca56f55bd343f
git push origin v0.15.20

Please sign in to comment.