Skip to content

Commit

Permalink
Bump Project.toml version to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jakebolewski committed Dec 1, 2021
1 parent 76f58f2 commit 7039275
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "ClimaCore"
uuid = "d414da3d-4745-48bb-8d80-42e94e092884"
authors = ["CliMA Contributors <clima-software@caltech.edu>"]
version = "0.4.0"
version = "0.5.0"

[deps]
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
Expand Down
4 changes: 2 additions & 2 deletions lib/ClimaCoreVTK/Project.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name = "ClimaCoreVTK"
uuid = "c8b6d40d-e815-466f-95ae-c48aefa668fa"
authors = ["CliMA Contributors <clima-software@caltech.edu>"]
version = "0.2.0"
version = "0.3.0"

[deps]
ClimaCore = "d414da3d-4745-48bb-8d80-42e94e092884"
WriteVTK = "64499a7a-5c06-52f2-abe2-ccb03c286192"

[compat]
ClimaCore = "0.4"
ClimaCore = "0.5"
WriteVTK = "1.11"
julia = "1.6"

0 comments on commit 7039275

Please sign in to comment.