Skip to content

Commit

Permalink
Merge #188
Browse files Browse the repository at this point in the history
188: bump patch version for release r=juliasloan25 a=juliasloan25



Co-authored-by: Julia Sloan <jsloan@caltech.edu>
  • Loading branch information
bors[bot] and juliasloan25 committed Apr 27, 2023
2 parents a8d3313 + 8a4767d commit 5c42544
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 = "ClimaLSM"
uuid = "7884a58f-fab6-4fd0-82bb-ecfedb2d8430"
authors = ["Clima Land Team"]
version = "0.2.2"
version = "0.2.3"

[deps]
ArtifactWrappers = "a14bc488-3040-4b00-9dc1-f6467924858a"
Expand Down Expand Up @@ -35,4 +35,4 @@ StaticArrays = "1"
SurfaceFluxes = "0.6"
Thermodynamics = "0.9.2, 0.10"
UnPack = "1"
julia = "1.8"
julia = "1.8"

2 comments on commit 5c42544

@juliasloan25
Copy link
Member

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

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.3 -m "<description of version>" 5c42544f032e04af80b5a29f25e23011bcdf6769
git push origin v0.2.3

Please sign in to comment.