Skip to content

Commit

Permalink
Merge pull request #58 from RXGottlieb/master
Browse files Browse the repository at this point in the history
Update Project.toml
  • Loading branch information
RXGottlieb committed Apr 11, 2023
2 parents b65f264 + e9c61c2 commit 53e45af
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.2"
version = "0.13.3"

[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"
DocStringExtensions = "0.8, 0.9"
ForwardDiff = "~0.10"
IntervalArithmetic = "~0.20"
IntervalRootFinding = "~0.5"
Expand Down

2 comments on commit 53e45af

@RXGottlieb
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/81426

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.3 -m "<description of version>" 53e45af1b8d50227eda5b3cc04212b3255fa0b95
git push origin v0.13.3

Please sign in to comment.