Skip to content

Commit

Permalink
adjusted compat
Browse files Browse the repository at this point in the history
  • Loading branch information
dilaraabdel committed Jul 25, 2023
1 parent 48ab30e commit fafe56a
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 = "ChargeTransport"
uuid = "25c3eafe-d88c-11e9-3031-f396758f002a"
authors = ["Dilara Abdel <[email protected]>, Patricio Farrell <[email protected]>"]
version = "0.2.8"
version = "0.2.9"

[deps]
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
Expand All @@ -18,7 +18,7 @@ VoronoiFVM = "82b139dc-5afc-11e9-35da-9b9bdfd336f3"

[compat]
DocStringExtensions = "0.8,0.9"
ExtendableGrids = "^0.9"
ExtendableGrids = "^0.9,1"
ForwardDiff = "^0.10"
GridVisualize = "^1.0.0"
Interpolations = "^0.14.7"
Expand Down

2 comments on commit fafe56a

@dilaraabdel
Copy link
Collaborator Author

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

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.9 -m "<description of version>" fafe56ae5e147c6e1db5614e14a2f7208cec18d8
git push origin v0.2.9

Please sign in to comment.