Skip to content

Commit

Permalink
scimlops compat
Browse files Browse the repository at this point in the history
  • Loading branch information
vpuri3 committed Sep 1, 2022
1 parent 6a014dd commit fbd9202
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 @@ -24,6 +24,7 @@ Plots = "1.31.7"
Reexport = "1.2.2"
SciMLBase = "1.50.1"
Setfield = "1.1.0"
SciMLOperators = "0.1.13"
UnPack = "1.0.2"
julia = "1.6"

Expand Down

2 comments on commit fbd9202

@vpuri3
Copy link
Member Author

@vpuri3 vpuri3 commented on fbd9202 Sep 1, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register()

@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/67513

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.5 -m "<description of version>" fbd92028f003c929ad4fbfabe29cf396254a4994
git push origin v0.1.5

Please sign in to comment.