Skip to content

Commit

Permalink
Bump version to 0.13.0 (#494)
Browse files Browse the repository at this point in the history
Bump version to 0.13.0
  • Loading branch information
ali-ramadhan committed Oct 23, 2019
2 parents 41a2b55 + cd6edef commit e98cb43
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,6 +1,6 @@
name = "Oceananigans"
uuid = "9e8cae18-63c1-5223-a75c-80ca9d6e9a09"
version = "0.12.0"
version = "0.13.0"

[deps]
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
Expand Down

2 comments on commit e98cb43

@ali-ramadhan
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register()

@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/4641

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 Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v0.13.0 -m "<description of version>" e98cb438c3109e3f06b5217e4948a3310b079835
git push origin v0.13.0

Please sign in to comment.