Skip to content

Commit

Permalink
Merge #547
Browse files Browse the repository at this point in the history
547: Add julia compat r=charleskawczynski a=charleskawczynski

This PR adds a compat entry for Julia

Co-authored-by: Charles Kawczynski <[email protected]>
  • Loading branch information
bors[bot] and charleskawczynski authored Jun 20, 2022
2 parents d909734 + d4918e8 commit 2cb5b5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ OrdinaryDiffEq = "5.64.0"
StaticArrays = "1.4"
Thermodynamics = "0.8"
UnPack = "1"
julia = "1.7"

[extras]
CPUSummary = "2a0fbf3d-bb9c-48f3-b0a9-814d99fd7ab9"

2 comments on commit 2cb5b5d

@charleskawczynski
Copy link
Member

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 updated: JuliaRegistries/General/62741

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

Please sign in to comment.