Skip to content

Commit

Permalink
Update Project.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
moyner committed Feb 4, 2023
1 parent 87f4f52 commit cdeaa96
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "JutulDarcy"
uuid = "82210473-ab04-4dce-b31b-11573c4f8e0a"
authors = ["Olav Møyner <[email protected]>"]
version = "0.1.6"
version = "0.2.0"

[deps]
AlgebraicMultigrid = "2169fc97-5a83-5252-b627-83903c6c433c"
Expand All @@ -27,7 +27,7 @@ Tullio = "bc48ee85-29a4-5162-ae0b-a64e1601d4bc"
AlgebraicMultigrid = "0.5.1"
DataStructures = "0.18.13"
ForwardDiff = "0.10.30"
Jutul = "0.1.7"
Jutul = "0.2.0"
LoopVectorization = "0.12.115"
MAT = "0.10.3"
MultiComponentFlash = "1.1.3"
Expand All @@ -38,3 +38,4 @@ TestItems = "0.1.0"
TimerOutputs = "0.5.19"
Tullio = "0.3.4"
julia = "1.7"
Krylov = "0.9.0"

2 comments on commit cdeaa96

@moyner
Copy link
Member Author

@moyner moyner commented on cdeaa96 Feb 4, 2023

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/77001

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

Please sign in to comment.