Skip to content

Commit

Permalink
Merge #83
Browse files Browse the repository at this point in the history
83: Bump to version 0.1.2 r=ilopezgp a=ilopezgp



Co-authored-by: ilopezgp <[email protected]>
  • Loading branch information
bors[bot] and ilopezgp committed Dec 6, 2021
2 parents 7b1b995 + 481c487 commit 81f5ae3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "EnsembleKalmanProcesses"
uuid = "aa8a2aa5-91d8-4396-bcef-d4f2ec43552d"
authors = ["CLIMA contributors <[email protected]>"]
version = "0.1.1"
version = "0.1.2"

[deps]
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
Expand Down

2 comments on commit 81f5ae3

@ilopezgp
Copy link
Contributor

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

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.2 -m "<description of version>" 81f5ae330e75a7b5f26d76b3983885a2d26f81cb
git push origin v0.1.2

Please sign in to comment.