Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbyrne authored May 11, 2022
1 parent f210a7d commit 8d572ed
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 = "KeywordDispatch"
uuid = "5888135b-5456-5c80-a1b6-c91ef8180460"
authors = ["Simon Byrne <simonbyrne@gmail.com>"]
version = "0.3.1"
version = "0.3.2"

[compat]
julia = "1.0"
Expand All @@ -10,4 +10,4 @@ julia = "1.0"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Test"]
test = ["Test"]

2 comments on commit 8d572ed

@simonbyrne
Copy link
Owner Author

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

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.3.2 -m "<description of version>" 8d572ed48ac72f56a1adeecbf82c734ddc7acb52
git push origin v0.3.2

Please sign in to comment.