Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
moyner authored Jun 26, 2023
1 parent 9dc7da2 commit 2abfb1f
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 = "JutulDarcy"
uuid = "82210473-ab04-4dce-b31b-11573c4f8e0a"
authors = ["Olav Møyner <[email protected]>"]
version = "0.2.6"
version = "0.2.7"

[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.2.8"
Jutul = "0.2.10"
LoopVectorization = "0.12.115"
MAT = "0.10.3"
MultiComponentFlash = "1.1.3"
Expand Down

2 comments on commit 2abfb1f

@moyner
Copy link
Member Author

@moyner moyner commented on 2abfb1f Jun 26, 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/86310

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

Please sign in to comment.