Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
thofma committed Jul 17, 2019
1 parent 61eefbc commit a7676e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "Hecke"
uuid = "3e1990a7-5d81-5526-99ce-9ba3ff248f21"
version = "0.6.3"
version = "0.6.4"

[deps]
AbstractAlgebra = "c3fe647b-3220-5bb0-a1ea-a7954cac585d"
Expand Down
2 changes: 1 addition & 1 deletion src/Hecke.jl
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ Base.adjoint(x) = transpose(x)
#
################################################################################

global VERSION_NUMBER = v"0.6.3"
global VERSION_NUMBER = v"0.6.4"

################################################################################
#
Expand Down

2 comments on commit a7676e0

@thofma
Copy link
Owner Author

@thofma thofma commented on a7676e0 Jul 17, 2019

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

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.6.4 -m "<description of version>" a7676e0a1de443d0ac472c79879e1632e6bb01ce
git push origin v0.6.4

Please sign in to comment.