Skip to content

Commit

Permalink
use DG 0.17 and bump minor version to 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaqz committed Apr 4, 2021
1 parent 803c27b commit 9053904
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 = "Dispersal"
uuid = "8797f018-3445-11e9-3969-c13eb94a0661"
authors = ["Rafael Schouten <rafaelschouten@gmail.com>"]
version = "0.3.1"
version = "0.4.0"

[deps]
ConstructionBase = "187b0558-2788-49d3-abe0-74a17ed4e7c9"
Expand All @@ -22,7 +22,7 @@ ConstructionBase = "1.0"
DimensionalData = "0.13, 0.14, 0.15, 0.16"
Distributions = "0.21, 0.22, 0.23, 0.24"
DocStringExtensions = "0.8"
DynamicGrids = "0.16"
DynamicGrids = "0.17"
ModelParameters = "0.3"
Reexport = "0.2, 1.0"
Setfield = "0.5, 0.6, 0.7"
Expand Down

2 comments on commit 9053904

@rafaqz
Copy link
Member Author

@rafaqz rafaqz commented on 9053904 Apr 4, 2021

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

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.4.0 -m "<description of version>" 90539040eda52ed863de4b776fb8518535590cb6
git push origin v0.4.0

Please sign in to comment.