Skip to content

Commit

Permalink
Merge pull request #62 from rikhuijzer/patch-1
Browse files Browse the repository at this point in the history
Bump version to 0.4.4
  • Loading branch information
cstjean authored Dec 14, 2020
2 parents 6a9dfd3 + 2de0d8e commit 89d9ac7
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
Expand Up @@ -4,14 +4,14 @@ authors = ["Simon Kornblith <[email protected]>",
"Cédric St-Jean <[email protected]>",
"Kevin Squire <[email protected]",
"Contributors (https://github.com/JuliaCollections/Memoize.jl/graphs/contributors)"]
version = "0.4.3"
version = "0.4.4"

[deps]
MacroTools = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09"

[compat]
MacroTools = "~0.4, ~0.5"
julia = "1.1"
julia = "1.2"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Expand Down

2 comments on commit 89d9ac7

@cstjean
Copy link
Collaborator 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/26354

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.4.4 -m "<description of version>" 89d9ac7d245af3e0f98510ac407d8087fd817c42
git push origin v0.4.4

Please sign in to comment.