Skip to content

Commit

Permalink
Update Project.toml
Browse files Browse the repository at this point in the history
Updated McCormick to version 0.13.4.
  • Loading branch information
DimitriAlston authored Jun 12, 2023
1 parent a900d9a commit b2a09dd
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 = "McCormick"
uuid = "53c679d3-6890-5091-8386-c291e8c8aaa1"
authors = ["Matthew Wilhelm <matthew.wilhelm@uconn.edu>"]
version = "0.13.3"
version = "0.13.4"

[deps]
DiffRules = "b552c78f-8df3-52c6-915a-8e097449b14b"
Expand All @@ -19,7 +19,7 @@ UnPack = "3a884ed6-31ef-47d7-9d2a-63182c4928ed"

[compat]
DiffRules = "1.5"
DocStringExtensions = "0.8, 0.9"
DocStringExtensions = "~0.8, ~0.9"
ForwardDiff = "~0.10"
IntervalArithmetic = "~0.20"
IntervalRootFinding = "~0.5"
Expand Down

2 comments on commit b2a09dd

@DimitriAlston
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/85390

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.13.4 -m "<description of version>" b2a09dd5ec29130b85d821f308fd757af4892d6f
git push origin v0.13.4

Please sign in to comment.