Skip to content

Commit

Permalink
bump patch version to 0.20.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaqz authored Nov 14, 2021
1 parent d96ad02 commit 21bfe4f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
name = "DynamicGrids"
uuid = "a5dba43e-3abc-5203-bfc5-584ca68d3f5b"
authors = ["Rafael Schouten <[email protected]>"]
version = "0.20.2"

version = "0.20.3"
[deps]
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"
Expand Down

2 comments on commit 21bfe4f

@rafaqz
Copy link
Member Author

@rafaqz rafaqz commented on 21bfe4f Nov 14, 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/48746

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.20.3 -m "<description of version>" 21bfe4fc80d898c7689f8d480721564033658283
git push origin v0.20.3

Please sign in to comment.