Skip to content

Commit

Permalink
Bump version to v0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
krynju committed Aug 11, 2021
1 parent ba274f2 commit 296e4a7
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 = "AVLTrees"
uuid = "4459d02e-7d0b-4014-b2a2-e38a540ff820"
authors = ["krynju <gulinski.krystian@gmail.com>"]
version = "0.3.1"
version = "0.3.2"

[compat]
julia = "1.1"
Expand Down

2 comments on commit 296e4a7

@krynju
Copy link
Owner Author

@krynju krynju commented on 296e4a7 Aug 11, 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/42672

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>" 296e4a79885231cf80506f1fbac7bf0c6f176ecb
git push origin v0.3.2

Please sign in to comment.