Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
moyner committed Oct 16, 2022
1 parent dec75eb commit 964e30b
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.1.3"
version = "0.1.4"

[deps]
AlgebraicMultigrid = "2169fc97-5a83-5252-b627-83903c6c433c"
Expand All @@ -25,7 +25,7 @@ Tullio = "bc48ee85-29a4-5162-ae0b-a64e1601d4bc"
AlgebraicMultigrid = "0.5.1"
DataStructures = "0.18.13"
ForwardDiff = "0.10.30"
Jutul = "0.1.3"
Jutul = "0.1.5"
Krylov = "0.8.1"
LoopVectorization = "0.12.115"
MAT = "0.10.3"
Expand Down

2 comments on commit 964e30b

@moyner
Copy link
Member Author

@moyner moyner commented on 964e30b Oct 16, 2022

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

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.4 -m "<description of version>" 964e30b4ef53d9c9326622d13ae4ba599290aa72
git push origin v0.1.4

Please sign in to comment.